#6D2604

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

Shades of Baker's Chocolate #6D2604

Tints of Baker's Chocolate #6D2604

Color information

#6D2604 (or 0x6D2604) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 26 and 04. RGB value is (109,38,4). Sum of RGB (Red+Green+Blue) = 109+38+4=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2604 is #92D9FB. Grayscale: #373737. Windows color (decimal): -9624060 or 271981. OLE color: 271981.

HSL color Cylindrical-coordinate representation of color #6D2604: hue angle of 19.43º 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 #6D2604 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB109384-
CMYK00.650.960.57
HSL19.43º92.92%22.16%-
HSV(B)19.43º96.33%42.75%-
XYZ7.024.650.64-
YUV55.3599.02166.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 72.19%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=72.19%
G=25.17%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10938400.650.960.5719.4392.9222.16
Hex6D2640416039135d16
Octal1554640101140712313526
Binary110110110011010001000001110000011100110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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