#663001

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

Shades of Baker's Chocolate #663001

Tints of Baker's Chocolate #663001

Color information

#663001 (or 0x663001) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 01. RGB value is (102,48,1). Sum of RGB (Red+Green+Blue) = 102+48+1=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #663001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663001 is #99CFFE. Grayscale: #3B3B3B. Windows color (decimal): -10080255 or 77926. OLE color: 77926.

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

Color convert

RGB102481-
CMYK00.530.990.6
HSL27.92º98.06%20.2%-
HSV(B)27.92º99.02%40%-
XYZ6.544.940.64-
YUV58.7995.39158.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=67.55%
G=31.79%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248100.530.990.627.9298.0620.2
Hex66301035633C1c6214
Octal146601065143743414224
Binary110011011000010110101110001111110011100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663001; }

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

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

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

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

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

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

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

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