#906620

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

Shades of Afghan Tan #906620

Tints of Afghan Tan #906620

Color information

#906620 (or 0x906620) is unknown color: approx Afghan Tan. HEX triplet: 90, 66 and 20. RGB value is (144,102,32). Sum of RGB (Red+Green+Blue) = 144+102+32=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #906620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906620 is #6F99DF. Grayscale: #6A6A6A. Windows color (decimal): -7313888 or 2123408. OLE color: 2123408.

HSL color Cylindrical-coordinate representation of color #906620: hue angle of 37.5º 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 #906620 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14410232-
CMYK00.290.780.44
HSL37.5º63.64%34.51%-
HSV(B)37.5º77.78%56.47%-
XYZ16.5115.543.49-
YUV106.5885.91154.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=51.80%
G=36.69%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441023200.290.780.4437.563.6434.51
Hex90662001D4E2C264023
Octal22014640035116544610043
Binary10010000110011010000001110110011101011001001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906620; }

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

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

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

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

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

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

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

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