#915626

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

Shades of Afghan Tan #915626

Tints of Afghan Tan #915626

Color information

#915626 (or 0x915626) is unknown color: approx Afghan Tan. HEX triplet: 91, 56 and 26. RGB value is (145,86,38). Sum of RGB (Red+Green+Blue) = 145+86+38=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915626 is #6EA9D9. Grayscale: #626262. Windows color (decimal): -7252442 or 2512529. OLE color: 2512529.

HSL color Cylindrical-coordinate representation of color #915626: hue angle of 26.92º 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 #915626 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1458638-
CMYK00.410.740.43
HSL26.92º58.47%35.88%-
HSV(B)26.92º73.79%56.86%-
XYZ15.3512.823.5-
YUV98.1794.05161.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.90%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=53.90%
G=31.97%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145863800.410.740.4326.9258.4735.88
Hex9156260294A2B1b3a24
Octal2211264605111253337244
Binary1001000110101101001100101001100101010101111011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915626; }

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

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

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

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

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

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

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

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