#6C3708

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

Shades of Baker's Chocolate #6C3708

Tints of Baker's Chocolate #6C3708

Color information

#6C3708 (or 0x6C3708) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 37 and 08. RGB value is (108,55,8). Sum of RGB (Red+Green+Blue) = 108+55+8=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3708 is #93C8F7. Grayscale: #414141. Windows color (decimal): -9685240 or 538476. OLE color: 538476.

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

Color convert

RGB108558-
CMYK00.490.930.58
HSL28.2º86.21%22.75%-
HSV(B)28.2º92.59%42.35%-
XYZ7.595.940.98-
YUV65.4995.56158.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=63.16%
G=32.16%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10855800.490.930.5828.286.2122.75
Hex6C3780315D3A1c5617
Octal1546710061135723412627
Binary110110011011110000110001101110111101011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,8); }

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

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

 a { background-color: rgb(108,55,8); }

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

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

 span { border-color: rgb(108,55,8); }

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