#664019

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

Shades of Dark Brown #664019

Tints of Dark Brown #664019

Color information

#664019 (or 0x664019) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 19. RGB value is (102,64,25). Sum of RGB (Red+Green+Blue) = 102+64+25=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664019 is #99BFE6. Grayscale: #474747. Windows color (decimal): -10076135 or 1654886. OLE color: 1654886.

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

Color convert

RGB1026425-
CMYK00.370.750.6
HSL30.39º60.63%24.9%-
HSV(B)30.39º75.49%40%-
XYZ7.496.561.79-
YUV70.92102.09150.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=53.40%
G=33.51%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102642500.370.750.630.3960.6324.9
Hex6640190254B3C1e3d19
Octal1461003104511374367531
Binary1100110100000011001010010110010111111001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664019; }

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

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

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

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

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

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

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

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