#9B5C26

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

Shades of Afghan Tan #9B5C26

Tints of Afghan Tan #9B5C26

Color information

#9B5C26 (or 0x9B5C26) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5C and 26. RGB value is (155,92,38). Sum of RGB (Red+Green+Blue) = 155+92+38=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C26 is #64A3D9. Grayscale: #686868. Windows color (decimal): -6595546 or 2514075. OLE color: 2514075.

HSL color Cylindrical-coordinate representation of color #9B5C26: hue angle of 27.69º 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 #9B5C26 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1559238-
CMYK00.410.750.39
HSL27.69º60.62%37.84%-
HSV(B)27.69º75.48%60.78%-
XYZ17.6914.763.75-
YUV104.6890.37163.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=54.39%
G=32.28%
B=13.33%

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
Decimal155923800.410.750.3927.6960.6237.84
Hex9B5C260294B271c3d26
Octal2331344605111347347546
Binary1001101110111001001100101001100101110011111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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