#663306

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

Shades of Baker's Chocolate #663306

Tints of Baker's Chocolate #663306

Color information

#663306 (or 0x663306) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 06. RGB value is (102,51,6). Sum of RGB (Red+Green+Blue) = 102+51+6=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #663306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663306 is #99CCF9. Grayscale: #3D3D3D. Windows color (decimal): -10079482 or 406374. OLE color: 406374.

HSL color Cylindrical-coordinate representation of color #663306: hue angle of 28.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #663306 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB102516-
CMYK00.50.940.6
HSL28.12º88.89%21.18%-
HSV(B)28.12º94.12%40%-
XYZ6.75.210.82-
YUV61.1296.9157.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=64.15%
G=32.08%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10251600.50.940.628.1288.8921.18
Hex663360325E3C1c5915
Octal146636062136743413125
Binary11001101100111100110010101111011110011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663306; }

 p { color: rgb(102,51,6); }

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

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

 a { background-color: rgb(102,51,6); }

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

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

 span { border-color: rgb(102,51,6); }

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