#6D2204

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

Shades of Baker's Chocolate #6D2204

Tints of Baker's Chocolate #6D2204

Color information

#6D2204 (or 0x6D2204) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 22 and 04. RGB value is (109,34,4). Sum of RGB (Red+Green+Blue) = 109+34+4=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2204 is #92DDFB. Grayscale: #353535. Windows color (decimal): -9625084 or 270957. OLE color: 270957.

HSL color Cylindrical-coordinate representation of color #6D2204: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D2204 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB109344-
CMYK00.690.960.57
HSL17.14º92.92%22.16%-
HSV(B)17.14º96.33%42.75%-
XYZ6.94.40.6-
YUV53100.35167.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 74.15%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=74.15%
G=23.13%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10934400.690.960.5717.1492.9222.16
Hex6D2240456039115d16
Octal1554240105140712113526
Binary110110110001010001000101110000011100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,34,4); }

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

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

 a { background-color: rgb(109,34,4); }

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

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

 span { border-color: rgb(109,34,4); }

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