#6B2106

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

Shades of Baker's Chocolate #6B2106

Tints of Baker's Chocolate #6B2106

Color information

#6B2106 (or 0x6B2106) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 21 and 06. RGB value is (107,33,6). Sum of RGB (Red+Green+Blue) = 107+33+6=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2106 is #94DEF9. Grayscale: #343434. Windows color (decimal): -9756410 or 401771. OLE color: 401771.

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

Color convert

RGB107336-
CMYK00.690.940.58
HSL16.04º89.38%22.16%-
HSV(B)16.04º94.39%41.96%-
XYZ6.644.230.64-
YUV52.05102.02167.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 73.29%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=73.29%
G=22.60%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10733600.690.940.5816.0489.3822.16
Hex6B2160455E3A105916
Octal1534160105136722013126
Binary110101110000111001000101101111011101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,33,6); }

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

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

 a { background-color: rgb(107,33,6); }

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

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

 span { border-color: rgb(107,33,6); }

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