#6C3604

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

Shades of Baker's Chocolate #6C3604

Tints of Baker's Chocolate #6C3604

Color information

#6C3604 (or 0x6C3604) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 36 and 04. RGB value is (108,54,4). Sum of RGB (Red+Green+Blue) = 108+54+4=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3604 is #93C9FB. Grayscale: #404040. Windows color (decimal): -9685500 or 276076. OLE color: 276076.

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

Color convert

RGB108544-
CMYK00.500.960.58
HSL28.85º92.86%21.96%-
HSV(B)28.85º96.3%42.35%-
XYZ7.535.840.84-
YUV64.4593.89159.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.06%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=65.06%
G=32.53%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10854400.500.960.5828.8592.8621.96
Hex6C364032603A1d5d16
Octal154664062140723513526
Binary11011001101101000110010110000011101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,54,4); }

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

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

 a { background-color: rgb(108,54,4); }

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

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

 span { border-color: rgb(108,54,4); }

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