#906426

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

Shades of Afghan Tan #906426

Tints of Afghan Tan #906426

Color information

#906426 (or 0x906426) is unknown color: approx Afghan Tan. HEX triplet: 90, 64 and 26. RGB value is (144,100,38). Sum of RGB (Red+Green+Blue) = 144+100+38=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #906426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906426 is #6F9BD9. Grayscale: #6A6A6A. Windows color (decimal): -7314394 or 2516112. OLE color: 2516112.

HSL color Cylindrical-coordinate representation of color #906426: hue angle of 35.09º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #906426 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB14410038-
CMYK00.310.740.44
HSL35.09º58.24%35.69%-
HSV(B)35.09º73.61%56.47%-
XYZ16.4115.183.9-
YUV106.0989.58155.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=51.06%
G=35.46%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441003800.310.740.4435.0958.2435.69
Hex90642601F4A2C233a24
Octal2201444603711254437244
Binary1001000011001001001100111111001010101100100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906426; }

 p { color: rgb(144,100,38); }

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

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

 a { background-color: rgb(144,100,38); }

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

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

 span { border-color: rgb(144,100,38); }

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