#664119

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

Shades of Dark Brown #664119

Tints of Dark Brown #664119

Color information

#664119 (or 0x664119) is unknown color: approx Dark Brown. HEX triplet: 66, 41 and 19. RGB value is (102,65,25). Sum of RGB (Red+Green+Blue) = 102+65+25=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664119 is #99BEE6. Grayscale: #474747. Windows color (decimal): -10075879 or 1655142. OLE color: 1655142.

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

Color convert

RGB1026525-
CMYK00.360.750.6
HSL31.17º60.63%24.9%-
HSV(B)31.17º75.49%40%-
XYZ7.556.681.81-
YUV71.5101.76149.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=53.12%
G=33.85%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102652500.360.750.631.1760.6324.9
Hex6641190244B3C1f3d19
Octal1461013104411374377531
Binary1100110100000111001010010010010111111001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664119; }

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

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

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

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

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

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

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

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