#663209

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

Shades of Baker's Chocolate #663209

Tints of Baker's Chocolate #663209

Color information

#663209 (or 0x663209) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 32 and 09. RGB value is (102,50,9). Sum of RGB (Red+Green+Blue) = 102+50+9=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #663209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663209 is #99CDF6. Grayscale: #3D3D3D. Windows color (decimal): -10079735 or 602726. OLE color: 602726.

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

Color convert

RGB102509-
CMYK00.510.910.6
HSL26.45º83.78%21.76%-
HSV(B)26.45º91.18%40%-
XYZ6.675.130.9-
YUV60.8798.73157.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=63.35%
G=31.06%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10250900.510.910.626.4583.7821.76
Hex663290335B3C1a5416
Octal1466211063133743212426
Binary110011011001010010110011101101111110011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663209; }

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

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

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

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

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

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

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

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