#663403

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

Shades of Baker's Chocolate #663403

Tints of Baker's Chocolate #663403

Color information

#663403 (or 0x663403) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 03. RGB value is (102,52,3). Sum of RGB (Red+Green+Blue) = 102+52+3=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #663403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663403 is #99CBFC. Grayscale: #3D3D3D. Windows color (decimal): -10079229 or 210022. OLE color: 210022.

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

Color convert

RGB102523-
CMYK00.490.970.6
HSL29.7º94.29%20.59%-
HSV(B)29.7º97.06%40%-
XYZ6.725.290.75-
YUV61.3695.06156.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=64.97%
G=33.12%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252300.490.970.629.794.2920.59
Hex66343031613C1e5e15
Octal146643061141743613625
Binary1100110110100110110001110000111110011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663403; }

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

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

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

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

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

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

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

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