#906327

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

Shades of Afghan Tan #906327

Tints of Afghan Tan #906327

Color information

#906327 (or 0x906327) is unknown color: approx Afghan Tan. HEX triplet: 90, 63 and 27. RGB value is (144,99,39). Sum of RGB (Red+Green+Blue) = 144+99+39=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #906327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906327 is #6F9CD8. Grayscale: #696969. Windows color (decimal): -7314649 or 2581392. OLE color: 2581392.

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

Color convert

RGB1449939-
CMYK00.310.730.44
HSL34.29º57.38%35.88%-
HSV(B)34.29º72.92%56.47%-
XYZ16.33153.95-
YUV105.6290.41155.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=51.06%
G=35.11%
B=13.83%

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
Decimal144993900.310.730.4434.2957.3835.88
Hex90632701F492C223924
Octal2201434703711154427144
Binary1001000011000111001110111111001001101100100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906327; }

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

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

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

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

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

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

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

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