#663700

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

Shades of Baker's Chocolate #663700

Tints of Baker's Chocolate #663700

Color information

#663700 (or 0x663700) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 37 and 00. RGB value is (102,55,0). Sum of RGB (Red+Green+Blue) = 102+55+0=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #663700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663700 is #99C8FF. Grayscale: #3F3F3F. Windows color (decimal): -10078464 or 14182. OLE color: 14182.

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

Color convert

RGB102550-
CMYK00.4610.6
HSL32.35º100%20%-
HSV(B)32.35º100%40%-
XYZ6.855.560.71-
YUV62.7892.57155.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.97%
G=35.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10255000.4610.632.3510020
Hex6637002E643C206414
Octal146670056144744014424
Binary1100110110111001011101100100111100100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663700; }

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

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

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

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

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

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

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

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