#663912

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

Shades of Baker's Chocolate #663912

Tints of Baker's Chocolate #663912

Color information

#663912 (or 0x663912) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 12. RGB value is (102,57,18). Sum of RGB (Red+Green+Blue) = 102+57+18=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663912 is #99C6ED. Grayscale: #424242. Windows color (decimal): -10077934 or 1194342. OLE color: 1194342.

HSL color Cylindrical-coordinate representation of color #663912: hue angle of 27.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #663912 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1025718-
CMYK00.440.820.6
HSL27.86º70%23.53%-
HSV(B)27.86º82.35%40%-
XYZ7.055.791.32-
YUV66.01100.91153.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=57.63%
G=32.20%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102571800.440.820.627.867023.53
Hex66391202C523C1c4618
Octal1467122054122743410630
Binary1100110111001100100101100101001011110011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663912; }

 p { color: rgb(102,57,18); }

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

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

 a { background-color: rgb(102,57,18); }

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

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

 span { border-color: rgb(102,57,18); }

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