#906428

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

Shades of Afghan Tan #906428

Tints of Afghan Tan #906428

Color information

#906428 (or 0x906428) is unknown color: approx Afghan Tan. HEX triplet: 90, 64 and 28. RGB value is (144,100,40). Sum of RGB (Red+Green+Blue) = 144+100+40=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #906428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906428 is #6F9BD7. Grayscale: #6A6A6A. Windows color (decimal): -7314392 or 2647184. OLE color: 2647184.

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

Color convert

RGB14410040-
CMYK00.310.720.44
HSL34.62º56.52%36.08%-
HSV(B)34.62º72.22%56.47%-
XYZ16.4415.24.07-
YUV106.3290.58154.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=50.70%
G=35.21%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441004000.310.720.4434.6256.5236.08
Hex90642801F482C233924
Octal2201445003711054437144
Binary1001000011001001010000111111001000101100100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906428; }

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

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

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

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

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

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

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

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