#664022

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

Shades of Dark Brown #664022

Tints of Dark Brown #664022

Color information

#664022 (or 0x664022) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 22. RGB value is (102,64,34). Sum of RGB (Red+Green+Blue) = 102+64+34=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #664022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664022 is #99BFDD. Grayscale: #484848. Windows color (decimal): -10076126 or 2244710. OLE color: 2244710.

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

Color convert

RGB1026434-
CMYK00.370.670.6
HSL26.47º50%26.67%-
HSV(B)26.47º66.67%40%-
XYZ7.66.612.39-
YUV71.94106.59149.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 34 (13.67% from 255) = 17%
R=51%
G=32%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102643400.370.670.626.475026.67
Hex664022025433C1a321b
Octal1461004204510374326233
Binary11001101000000100010010010110000111111001101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664022; }

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

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

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

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

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

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

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

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