#664425

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

Shades of Dark Brown #664425

Tints of Dark Brown #664425

Color information

#664425 (or 0x664425) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 25. RGB value is (102,68,37). Sum of RGB (Red+Green+Blue) = 102+68+37=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664425 is #99BBDA. Grayscale: #4A4A4A. Windows color (decimal): -10075099 or 2442342. OLE color: 2442342.

HSL color Cylindrical-coordinate representation of color #664425: hue angle of 28.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664425 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1026837-
CMYK00.330.640.6
HSL28.62º46.76%27.25%-
HSV(B)28.62º63.73%40%-
XYZ7.887.092.7-
YUV74.63106.76147.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=49.28%
G=32.85%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102683700.330.640.628.6246.7627.25
Hex664425021403C1d2f1b
Octal1461044504110074355733
Binary11001101000100100101010000110000001111001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664425; }

 p { color: rgb(102,68,37); }

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

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

 a { background-color: rgb(102,68,37); }

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

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

 span { border-color: rgb(102,68,37); }

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