#662801

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

Shades of Baker's Chocolate #662801

Tints of Baker's Chocolate #662801

Color information

#662801 (or 0x662801) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 28 and 01. RGB value is (102,40,1). Sum of RGB (Red+Green+Blue) = 102+40+1=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662801 is #99D7FE. Grayscale: #363636. Windows color (decimal): -10082303 or 75878. OLE color: 75878.

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

Color convert

RGB102401-
CMYK00.610.990.6
HSL23.17º98.06%20.2%-
HSV(B)23.17º99.02%40%-
XYZ6.244.340.54-
YUV54.0998.04162.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=71.33%
G=27.97%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10240100.610.990.623.1798.0620.2
Hex6628103D633C176214
Octal146501075143742714224
Binary110011010100010111101110001111110010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662801; }

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

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

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

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

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

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

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

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