#916329

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

Shades of Afghan Tan #916329

Tints of Afghan Tan #916329

Color information

#916329 (or 0x916329) is unknown color: approx Afghan Tan. HEX triplet: 91, 63 and 29. RGB value is (145,99,41). Sum of RGB (Red+Green+Blue) = 145+99+41=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #916329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916329 is #6E9CD6. Grayscale: #6A6A6A. Windows color (decimal): -7249111 or 2712465. OLE color: 2712465.

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

Color convert

RGB1459941-
CMYK00.320.720.43
HSL33.46º55.91%36.47%-
HSV(B)33.46º71.72%56.86%-
XYZ16.5415.14.14-
YUV106.1491.24155.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=50.88%
G=34.74%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145994100.320.720.4333.4655.9136.47
Hex916329020482B213824
Octal2211435104011053417044
Binary10010001110001110100101000001001000101011100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916329; }

 p { color: rgb(145,99,41); }

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

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

 a { background-color: rgb(145,99,41); }

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

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

 span { border-color: rgb(145,99,41); }

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