#906220

Color #906220 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #906220

Tints of Afghan Tan #906220

Color information

#906220 (or 0x906220) is unknown color: approx Afghan Tan. HEX triplet: 90, 62 and 20. RGB value is (144,98,32). Sum of RGB (Red+Green+Blue) = 144+98+32=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #906220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906220 is #6F9DDF. Grayscale: #686868. Windows color (decimal): -7314912 or 2122384. OLE color: 2122384.

HSL color Cylindrical-coordinate representation of color #906220: hue angle of 35.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #906220 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1449832-
CMYK00.320.780.44
HSL35.36º63.64%34.51%-
HSV(B)35.36º77.78%56.47%-
XYZ16.1314.773.37-
YUV104.2387.24156.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=52.55%
G=35.77%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144983200.320.780.4435.3663.6434.51
Hex9062200204E2C234023
Octal22014240040116544310043
Binary100100001100010100000010000010011101011001000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906220; }

 p { color: rgb(144,98,32); }

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

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

 a { background-color: rgb(144,98,32); }

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

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

 span { border-color: rgb(144,98,32); }

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