#9B5B26

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

Shades of Afghan Tan #9B5B26

Tints of Afghan Tan #9B5B26

Color information

#9B5B26 (or 0x9B5B26) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5B and 26. RGB value is (155,91,38). Sum of RGB (Red+Green+Blue) = 155+91+38=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5B26 is #64A4D9. Grayscale: #686868. Windows color (decimal): -6595802 or 2513819. OLE color: 2513819.

HSL color Cylindrical-coordinate representation of color #9B5B26: hue angle of 27.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B5B26 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1559138-
CMYK00.410.750.39
HSL27.18º60.62%37.84%-
HSV(B)27.18º75.48%60.78%-
XYZ17.6114.593.72-
YUV104.0990.7164.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=54.58%
G=32.04%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155913800.410.750.3927.1860.6237.84
Hex9B5B260294B271b3d26
Octal2331334605111347337546
Binary1001101110110111001100101001100101110011111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5B26; }

 p { color: rgb(155,91,38); }

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

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

 a { background-color: rgb(155,91,38); }

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

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

 span { border-color: rgb(155,91,38); }

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