#662909

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

Shades of Baker's Chocolate #662909

Tints of Baker's Chocolate #662909

Color information

#662909 (or 0x662909) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 29 and 09. RGB value is (102,41,9). Sum of RGB (Red+Green+Blue) = 102+41+9=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662909 is #99D6F6. Grayscale: #373737. Windows color (decimal): -10082039 or 600422. OLE color: 600422.

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

Color convert

RGB102419-
CMYK00.600.910.6
HSL20.65º83.78%21.76%-
HSV(B)20.65º91.18%40%-
XYZ6.324.430.78-
YUV55.59101.71161.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=67.11%
G=26.97%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10241900.600.910.620.6583.7821.76
Hex6629903C5B3C155416
Octal1465111074133742512426
Binary110011010100110010111100101101111110010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662909; }

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

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

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

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

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

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

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

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