#6B2D07

Color #6B2D07 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6B2D07

Tints of Baker's Chocolate #6B2D07

Color information

#6B2D07 (or 0x6B2D07) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 2D and 07. RGB value is (107,45,7). Sum of RGB (Red+Green+Blue) = 107+45+7=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2D07 is #94D2F8. Grayscale: #3B3B3B. Windows color (decimal): -9753337 or 470379. OLE color: 470379.

HSL color Cylindrical-coordinate representation of color #6B2D07: hue angle of 22.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B2D07 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB107457-
CMYK00.580.930.58
HSL22.8º87.72%22.35%-
HSV(B)22.8º93.46%41.96%-
XYZ7.045.020.8-
YUV59.2198.54162.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=67.30%
G=28.30%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10745700.580.930.5822.887.7222.35
Hex6B2D703A5D3A175816
Octal153557072135722713026
Binary11010111011011110111010101110111101010111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2D07; }

 p { color: rgb(107,45,7); }

 H1.HeaderClassName
 {
   color: #6B2D07;
 }
 .AnyTagClassName
 {
   color: #6B2D07;
 }
</style>
background-color css

<style>
 a { background-color: #6B2D07; }

 a { background-color: rgb(107,45,7); }

 div.DivClassName
 {
   background-color: #6B2D07;
 }
 .BgClassName
 {
   background-color: #6B2D07;
 }
</style>
border-color css

<style>
 span { border-color: #6B2D07; }

 span { border-color: rgb(107,45,7); }

 td.TdClassName
 {
   border-color: #6B2D07;
 }
 .TagClassName
 {
   border-color: #6B2D07;
 }
</style>