#663503

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

Shades of Baker's Chocolate #663503

Tints of Baker's Chocolate #663503

Color information

#663503 (or 0x663503) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 03. RGB value is (102,53,3). Sum of RGB (Red+Green+Blue) = 102+53+3=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #663503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663503 is #99CAFC. Grayscale: #3E3E3E. Windows color (decimal): -10078973 or 210278. OLE color: 210278.

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

Color convert

RGB102533-
CMYK00.480.970.6
HSL30.3º94.29%20.59%-
HSV(B)30.3º97.06%40%-
XYZ6.775.380.77-
YUV61.9594.73156.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.56%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=64.56%
G=33.54%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10253300.480.970.630.394.2920.59
Hex66353030613C1e5e15
Octal146653060141743613625
Binary1100110110101110110000110000111110011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663503; }

 p { color: rgb(102,53,3); }

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

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

 a { background-color: rgb(102,53,3); }

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

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

 span { border-color: rgb(102,53,3); }

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