#916326

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

Shades of Afghan Tan #916326

Tints of Afghan Tan #916326

Color information

#916326 (or 0x916326) is unknown color: approx Afghan Tan. HEX triplet: 91, 63 and 26. RGB value is (145,99,38). Sum of RGB (Red+Green+Blue) = 145+99+38=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #916326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916326 is #6E9CD9. Grayscale: #6A6A6A. Windows color (decimal): -7249114 or 2515857. OLE color: 2515857.

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

Color convert

RGB1459938-
CMYK00.320.740.43
HSL34.21º58.47%35.88%-
HSV(B)34.21º73.79%56.86%-
XYZ16.4915.083.88-
YUV105.889.74155.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.42%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=51.42%
G=35.11%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145993800.320.740.4334.2158.4735.88
Hex9163260204A2B223a24
Octal2211434604011253427244
Binary10010001110001110011001000001001010101011100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916326; }

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

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

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

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

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

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

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

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