#663401

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

Shades of Baker's Chocolate #663401

Tints of Baker's Chocolate #663401

Color information

#663401 (or 0x663401) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 01. RGB value is (102,52,1). Sum of RGB (Red+Green+Blue) = 102+52+1=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #663401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663401 is #99CBFE. Grayscale: #3D3D3D. Windows color (decimal): -10079231 or 78950. OLE color: 78950.

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

Color convert

RGB102521-
CMYK00.490.990.6
HSL30.3º98.06%20.2%-
HSV(B)30.3º99.02%40%-
XYZ6.715.280.69-
YUV61.1494.06157.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=65.81%
G=33.55%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252100.490.990.630.398.0620.2
Hex66341031633C1e6214
Octal146641061143743614224
Binary110011011010010110001110001111110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663401; }

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

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

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

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

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

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

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

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