#662712

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

Shades of Baker's Chocolate #662712

Tints of Baker's Chocolate #662712

Color information

#662712 (or 0x662712) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 27 and 12. RGB value is (102,39,18). Sum of RGB (Red+Green+Blue) = 102+39+18=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662712 is #99D8ED. Grayscale: #373737. Windows color (decimal): -10082542 or 1189734. OLE color: 1189734.

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

Color convert

RGB1023918-
CMYK00.620.820.6
HSL15º70%23.53%-
HSV(B)15º82.35%40%-
XYZ6.314.321.07-
YUV55.44106.87161.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=64.15%
G=24.53%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102391800.620.820.6157023.53
Hex66271203E523Cf4618
Octal1464722076122741710630
Binary110011010011110010011111010100101111001111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662712; }

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

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

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

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

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

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

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

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