#916427

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

Shades of Afghan Tan #916427

Tints of Afghan Tan #916427

Color information

#916427 (or 0x916427) is unknown color: approx Afghan Tan. HEX triplet: 91, 64 and 27. RGB value is (145,100,39). Sum of RGB (Red+Green+Blue) = 145+100+39=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #916427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916427 is #6E9BD8. Grayscale: #6A6A6A. Windows color (decimal): -7248857 or 2581649. OLE color: 2581649.

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

Color convert

RGB14510039-
CMYK00.310.730.43
HSL34.53º57.61%36.08%-
HSV(B)34.53º73.1%56.86%-
XYZ16.615.283.99-
YUV106.589.91155.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=51.06%
G=35.21%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451003900.310.730.4334.5357.6136.08
Hex91642701F492B233a24
Octal2211444703711153437244
Binary1001000111001001001110111111001001101011100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916427; }

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

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

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

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

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

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

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

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