#664219

Color #664219 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #664219

Tints of Dark Brown #664219

Color information

#664219 (or 0x664219) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 19. RGB value is (102,66,25). Sum of RGB (Red+Green+Blue) = 102+66+25=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664219 is #99BDE6. Grayscale: #484848. Windows color (decimal): -10075623 or 1655398. OLE color: 1655398.

HSL color Cylindrical-coordinate representation of color #664219: hue angle of 31.95º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664219 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1026625-
CMYK00.350.750.6
HSL31.95º60.63%24.9%-
HSV(B)31.95º75.49%40%-
XYZ7.66.791.83-
YUV72.09101.43149.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=52.85%
G=34.20%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102662500.350.750.631.9560.6324.9
Hex6642190234B3C203d19
Octal1461023104311374407531
Binary11001101000010110010100011100101111110010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664219; }

 p { color: rgb(102,66,25); }

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

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

 a { background-color: rgb(102,66,25); }

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

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

 span { border-color: rgb(102,66,25); }

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