#664522

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

Shades of Dark Brown #664522

Tints of Dark Brown #664522

Color information

#664522 (or 0x664522) is unknown color: approx Dark Brown. HEX triplet: 66, 45 and 22. RGB value is (102,69,34). Sum of RGB (Red+Green+Blue) = 102+69+34=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664522 is #99BADD. Grayscale: #4B4B4B. Windows color (decimal): -10074846 or 2245990. OLE color: 2245990.

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

Color convert

RGB1026934-
CMYK00.320.670.6
HSL30.88º50%26.67%-
HSV(B)30.88º66.67%40%-
XYZ7.97.22.49-
YUV74.88104.93147.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=49.76%
G=33.66%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102693400.320.670.630.885026.67
Hex664522020433C1f321b
Octal1461054204010374376233
Binary11001101000101100010010000010000111111001111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664522; }

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

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

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

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

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

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

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

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