#906320

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

Shades of Afghan Tan #906320

Tints of Afghan Tan #906320

Color information

#906320 (or 0x906320) is unknown color: approx Afghan Tan. HEX triplet: 90, 63 and 20. RGB value is (144,99,32). Sum of RGB (Red+Green+Blue) = 144+99+32=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #906320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906320 is #6F9CDF. Grayscale: #696969. Windows color (decimal): -7314656 or 2122640. OLE color: 2122640.

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

Color convert

RGB1449932-
CMYK00.310.780.44
HSL35.89º63.64%34.51%-
HSV(B)35.89º77.78%56.47%-
XYZ16.2214.963.4-
YUV104.8286.91155.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=52.36%
G=36%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144993200.310.780.4435.8963.6434.51
Hex90632001F4E2C244023
Octal22014340037116544410043
Binary10010000110001110000001111110011101011001001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906320; }

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

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

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

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

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

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

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

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