#6C320B

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

Shades of Baker's Chocolate #6C320B

Tints of Baker's Chocolate #6C320B

Color information

#6C320B (or 0x6C320B) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 32 and 0B. RGB value is (108,50,11). Sum of RGB (Red+Green+Blue) = 108+50+11=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C320B is #93CDF4. Grayscale: #3F3F3F. Windows color (decimal): -9686517 or 733804. OLE color: 733804.

HSL color Cylindrical-coordinate representation of color #6C320B: hue angle of 24.12º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C320B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1085011-
CMYK00.540.900.58
HSL24.12º81.51%23.33%-
HSV(B)24.12º89.81%42.35%-
XYZ7.395.490.99-
YUV62.998.72160.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.91%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=63.91%
G=29.59%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108501100.540.900.5824.1281.5123.33
Hex6C32B0365A3A185217
Octal1546213066132723012227
Binary110110011001010110110110101101011101011000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,11); }

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

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

 a { background-color: rgb(108,50,11); }

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

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

 span { border-color: rgb(108,50,11); }

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