#662301

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

Shades of Baker's Chocolate #662301

Tints of Baker's Chocolate #662301

Color information

#662301 (or 0x662301) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 23 and 01. RGB value is (102,35,1). Sum of RGB (Red+Green+Blue) = 102+35+1=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #662301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662301 is #99DCFE. Grayscale: #333333. Windows color (decimal): -10083583 or 74598. OLE color: 74598.

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

Color convert

RGB102351-
CMYK00.660.990.6
HSL20.2º98.06%20.2%-
HSV(B)20.2º99.02%40%-
XYZ6.094.030.49-
YUV51.1699.7164.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=73.91%
G=25.36%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10235100.660.990.620.298.0620.2
Hex66231042633C146214
Octal1464310102143742414224
Binary1100110100011101000010110001111110010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662301; }

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

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

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

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

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

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

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

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