#915621

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

Shades of Afghan Tan #915621

Tints of Afghan Tan #915621

Color information

#915621 (or 0x915621) is unknown color: approx Afghan Tan. HEX triplet: 91, 56 and 21. RGB value is (145,86,33). Sum of RGB (Red+Green+Blue) = 145+86+33=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #915621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915621 is #6EA9DE. Grayscale: #616161. Windows color (decimal): -7252447 or 2184849. OLE color: 2184849.

HSL color Cylindrical-coordinate representation of color #915621: hue angle of 28.39º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #915621 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1458633-
CMYK00.410.770.43
HSL28.39º62.92%34.9%-
HSV(B)28.39º77.24%56.86%-
XYZ15.2812.793.1-
YUV97.691.55161.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=54.92%
G=32.58%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145863300.410.770.4328.3962.9234.9
Hex9156210294D2B1c3f23
Octal2211264105111553347743
Binary1001000110101101000010101001100110110101111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915621; }

 p { color: rgb(145,86,33); }

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

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

 a { background-color: rgb(145,86,33); }

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

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

 span { border-color: rgb(145,86,33); }

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