#664524

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

Shades of Dark Brown #664524

Tints of Dark Brown #664524

Color information

#664524 (or 0x664524) is unknown color: approx Dark Brown. HEX triplet: 66, 45 and 24. RGB value is (102,69,36). Sum of RGB (Red+Green+Blue) = 102+69+36=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664524 is #99BADB. Grayscale: #4B4B4B. Windows color (decimal): -10074844 or 2377062. OLE color: 2377062.

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

Color convert

RGB1026936-
CMYK00.320.650.6
HSL30º47.83%27.06%-
HSV(B)30º64.71%40%-
XYZ7.937.212.64-
YUV75.1105.93147.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=49.28%
G=33.33%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102693600.320.650.63047.8327.06
Hex664524020413C1e301b
Octal1461054404010174366033
Binary11001101000101100100010000010000011111001111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664524; }

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

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

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

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

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

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

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

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