#663004

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

Shades of Baker's Chocolate #663004

Tints of Baker's Chocolate #663004

Color information

#663004 (or 0x663004) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 04. RGB value is (102,48,4). Sum of RGB (Red+Green+Blue) = 102+48+4=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663004 is #99CFFB. Grayscale: #3B3B3B. Windows color (decimal): -10080252 or 274534. OLE color: 274534.

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

Color convert

RGB102484-
CMYK00.530.960.6
HSL26.94º92.45%20.78%-
HSV(B)26.94º96.08%40%-
XYZ6.564.950.72-
YUV59.1396.89158.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=66.23%
G=31.17%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248400.530.960.626.9492.4520.78
Hex66304035603C1b5c15
Octal146604065140743313425
Binary11001101100001000110101110000011110011011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663004; }

 p { color: rgb(102,48,4); }

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

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

 a { background-color: rgb(102,48,4); }

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

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

 span { border-color: rgb(102,48,4); }

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