#662009

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

Shades of Baker's Chocolate #662009

Tints of Baker's Chocolate #662009

Color information

#662009 (or 0x662009) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 20 and 09. RGB value is (102,32,9). Sum of RGB (Red+Green+Blue) = 102+32+9=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662009 is #99DFF6. Grayscale: #323232. Windows color (decimal): -10084343 or 598118. OLE color: 598118.

HSL color Cylindrical-coordinate representation of color #662009: hue angle of 14.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #662009 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB102329-
CMYK00.690.910.6
HSL14.84º83.78%21.76%-
HSV(B)14.84º91.18%40%-
XYZ6.053.880.69-
YUV50.31104.69164.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 9 (3.91% from 255) = 6.29%
R=71.33%
G=22.38%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10232900.690.910.614.8483.7821.76
Hex662090455B3Cf5416
Octal14640110105133741712426
Binary110011010000010010100010110110111111001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662009; }

 p { color: rgb(102,32,9); }

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

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

 a { background-color: rgb(102,32,9); }

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

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

 span { border-color: rgb(102,32,9); }

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