#906427

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

Shades of Afghan Tan #906427

Tints of Afghan Tan #906427

Color information

#906427 (or 0x906427) is unknown color: approx Afghan Tan. HEX triplet: 90, 64 and 27. RGB value is (144,100,39). Sum of RGB (Red+Green+Blue) = 144+100+39=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #906427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906427 is #6F9BD8. Grayscale: #6A6A6A. Windows color (decimal): -7314393 or 2581648. OLE color: 2581648.

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

Color convert

RGB14410039-
CMYK00.310.730.44
HSL34.86º57.38%35.88%-
HSV(B)34.86º72.92%56.47%-
XYZ16.4215.193.99-
YUV106.290.08154.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=50.88%
G=35.34%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441003900.310.730.4434.8657.3835.88
Hex90642701F492C233924
Octal2201444703711154437144
Binary1001000011001001001110111111001001101100100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906427; }

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

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

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

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

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

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

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

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