#663400

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

Shades of Baker's Chocolate #663400

Tints of Baker's Chocolate #663400

Color information

#663400 (or 0x663400) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 00. RGB value is (102,52,0). Sum of RGB (Red+Green+Blue) = 102+52+0=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663400 is #99CBFF. Grayscale: #3D3D3D. Windows color (decimal): -10079232 or 13414. OLE color: 13414.

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

Color convert

RGB102520-
CMYK00.4910.6
HSL30.59º100%20%-
HSV(B)30.59º100%40%-
XYZ6.715.280.67-
YUV61.0293.56157.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.23%
G=33.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252000.4910.630.5910020
Hex66340031643C1f6414
Octal146640061144743714424
Binary110011011010000110001110010011110011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663400; }

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

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

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

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

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

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

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

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