#663412

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

Shades of Baker's Chocolate #663412

Tints of Baker's Chocolate #663412

Color information

#663412 (or 0x663412) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 12. RGB value is (102,52,18). Sum of RGB (Red+Green+Blue) = 102+52+18=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663412 is #99CBED. Grayscale: #3F3F3F. Windows color (decimal): -10079214 or 1193062. OLE color: 1193062.

HSL color Cylindrical-coordinate representation of color #663412: hue angle of 24.29º 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 #663412 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1025218-
CMYK00.490.820.6
HSL24.29º70%23.53%-
HSV(B)24.29º82.35%40%-
XYZ6.825.321.24-
YUV63.07102.56155.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=59.30%
G=30.23%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102521800.490.820.624.297023.53
Hex663412031523C184618
Octal1466422061122743010630
Binary1100110110100100100110001101001011110011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663412; }

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

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

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

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

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

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

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

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