#906728

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

Shades of Afghan Tan #906728

Tints of Afghan Tan #906728

Color information

#906728 (or 0x906728) is unknown color: approx Afghan Tan. HEX triplet: 90, 67 and 28. RGB value is (144,103,40). Sum of RGB (Red+Green+Blue) = 144+103+40=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #906728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906728 is #6F98D7. Grayscale: #6C6C6C. Windows color (decimal): -7313624 or 2647952. OLE color: 2647952.

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

Color convert

RGB14410340-
CMYK00.280.720.44
HSL36.35º56.52%36.08%-
HSV(B)36.35º72.22%56.47%-
XYZ16.7315.784.17-
YUV108.0889.58153.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=50.17%
G=35.89%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441034000.280.720.4436.3556.5236.08
Hex90672801C482C243924
Octal2201475003411054447144
Binary1001000011001111010000111001001000101100100100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906728; }

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

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

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

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

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

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

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

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