#664525

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

Shades of Dark Brown #664525

Tints of Dark Brown #664525

Color information

#664525 (or 0x664525) is unknown color: approx Dark Brown. HEX triplet: 66, 45 and 25. RGB value is (102,69,37). Sum of RGB (Red+Green+Blue) = 102+69+37=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #664525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664525 is #99BADA. Grayscale: #4B4B4B. Windows color (decimal): -10074843 or 2442598. OLE color: 2442598.

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

Color convert

RGB1026937-
CMYK00.320.640.6
HSL29.54º46.76%27.25%-
HSV(B)29.54º63.73%40%-
XYZ7.947.212.72-
YUV75.22106.43147.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=49.04%
G=33.17%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102693700.320.640.629.5446.7627.25
Hex664525020403C1e2f1b
Octal1461054504010074365733
Binary11001101000101100101010000010000001111001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664525; }

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

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

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

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

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

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

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

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