#663301

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

Shades of Baker's Chocolate #663301

Tints of Baker's Chocolate #663301

Color information

#663301 (or 0x663301) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 01. RGB value is (102,51,1). Sum of RGB (Red+Green+Blue) = 102+51+1=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663301 is #99CCFE. Grayscale: #3C3C3C. Windows color (decimal): -10079487 or 78694. OLE color: 78694.

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

Color convert

RGB102511-
CMYK00.50.990.6
HSL29.7º98.06%20.2%-
HSV(B)29.7º99.02%40%-
XYZ6.675.190.68-
YUV60.5594.4157.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=66.23%
G=33.12%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10251100.50.990.629.798.0620.2
Hex66331032633C1e6214
Octal146631062143743614224
Binary110011011001110110010110001111110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663301; }

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

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

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

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

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

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

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

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