#662506

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

Shades of Baker's Chocolate #662506

Tints of Baker's Chocolate #662506

Color information

#662506 (or 0x662506) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 25 and 06. RGB value is (102,37,6). Sum of RGB (Red+Green+Blue) = 102+37+6=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #662506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662506 is #99DAF9. Grayscale: #353535. Windows color (decimal): -10083066 or 402790. OLE color: 402790.

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

Color convert

RGB102376-
CMYK00.640.940.6
HSL19.38º88.89%21.18%-
HSV(B)19.38º94.12%40%-
XYZ6.174.160.65-
YUV52.9101.53163.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.34%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=70.34%
G=25.52%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10237600.640.940.619.3888.8921.18
Hex662560405E3C135915
Octal1464560100136742313125
Binary110011010010111001000000101111011110010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662506; }

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

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

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

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

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

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

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

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