#90611E

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

Shades of Afghan Tan #90611E

Tints of Afghan Tan #90611E

Color information

#90611E (or 0x90611E) is unknown color: approx Afghan Tan. HEX triplet: 90, 61 and 1E. RGB value is (144,97,30). Sum of RGB (Red+Green+Blue) = 144+97+30=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90611E is #6F9EE1. Grayscale: #676767. Windows color (decimal): -7315170 or 1991056. OLE color: 1991056.

HSL color Cylindrical-coordinate representation of color #90611E: hue angle of 35.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90611E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1449730-
CMYK00.330.790.44
HSL35.26º65.52%34.12%-
HSV(B)35.26º79.17%56.47%-
XYZ16.0114.573.2-
YUV103.4286.57156.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=53.14%
G=35.79%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144973000.330.790.4435.2665.5234.12
Hex90611E0214F2C234222
Octal22014136041117544310242
Binary10010000110000111110010000110011111011001000111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90611E; }

 p { color: rgb(144,97,30); }

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

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

 a { background-color: rgb(144,97,30); }

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

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

 span { border-color: rgb(144,97,30); }

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