#664422

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

Shades of Dark Brown #664422

Tints of Dark Brown #664422

Color information

#664422 (or 0x664422) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 22. RGB value is (102,68,34). Sum of RGB (Red+Green+Blue) = 102+68+34=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664422 is #99BBDD. Grayscale: #4A4A4A. Windows color (decimal): -10075102 or 2245734. OLE color: 2245734.

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

Color convert

RGB1026834-
CMYK00.330.670.6
HSL30º50%26.67%-
HSV(B)30º66.67%40%-
XYZ7.847.072.47-
YUV74.29105.26147.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102683400.330.670.6305026.67
Hex664422021433C1e321b
Octal1461044204110374366233
Binary11001101000100100010010000110000111111001111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664422; }

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

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

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

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

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

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

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

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