#906127

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

Shades of Afghan Tan #906127

Tints of Afghan Tan #906127

Color information

#906127 (or 0x906127) is unknown color: approx Afghan Tan. HEX triplet: 90, 61 and 27. RGB value is (144,97,39). Sum of RGB (Red+Green+Blue) = 144+97+39=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #906127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906127 is #6F9ED8. Grayscale: #686868. Windows color (decimal): -7315161 or 2580880. OLE color: 2580880.

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

Color convert

RGB1449739-
CMYK00.330.730.44
HSL33.14º57.38%35.88%-
HSV(B)33.14º72.92%56.47%-
XYZ16.1414.633.89-
YUV104.4491.07156.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=51.43%
G=34.64%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144973900.330.730.4433.1457.3835.88
Hex906127021492C213924
Octal2201414704111154417144
Binary10010000110000110011101000011001001101100100001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906127; }

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

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

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

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

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

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

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

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