#916020

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

Shades of Afghan Tan #916020

Tints of Afghan Tan #916020

Color information

#916020 (or 0x916020) is unknown color: approx Afghan Tan. HEX triplet: 91, 60 and 20. RGB value is (145,96,32). Sum of RGB (Red+Green+Blue) = 145+96+32=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #916020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916020 is #6E9FDF. Grayscale: #676767. Windows color (decimal): -7249888 or 2121873. OLE color: 2121873.

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

Color convert

RGB1459632-
CMYK00.340.780.43
HSL33.98º63.84%34.71%-
HSV(B)33.98º77.93%56.86%-
XYZ16.1214.493.31-
YUV103.3587.73157.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=53.11%
G=35.16%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145963200.340.780.4333.9863.8434.71
Hex9160200224E2B224023
Octal22114040042116534210043
Binary100100011100000100000010001010011101010111000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916020; }

 p { color: rgb(145,96,32); }

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

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

 a { background-color: rgb(145,96,32); }

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

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

 span { border-color: rgb(145,96,32); }

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