#6C3412

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

Shades of Baker's Chocolate #6C3412

Tints of Baker's Chocolate #6C3412

Color information

#6C3412 (or 0x6C3412) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 34 and 12. RGB value is (108,52,18). Sum of RGB (Red+Green+Blue) = 108+52+18=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3412 is #93CBED. Grayscale: #414141. Windows color (decimal): -9685998 or 1193068. OLE color: 1193068.

HSL color Cylindrical-coordinate representation of color #6C3412: hue angle of 22.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C3412 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1085218-
CMYK00.520.830.58
HSL22.67º71.43%24.71%-
HSV(B)22.67º83.33%42.35%-
XYZ7.525.691.27-
YUV64.87101.55158.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 60.67%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=60.67%
G=29.21%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108521800.520.830.5822.6771.4324.71
Hex6C3412034533A174719
Octal1546422064123722710731
Binary1101100110100100100110100101001111101010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,18); }

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

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

 a { background-color: rgb(108,52,18); }

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

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

 span { border-color: rgb(108,52,18); }

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