#9B6528

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

Shades of Afghan Tan #9B6528

Tints of Afghan Tan #9B6528

Color information

#9B6528 (or 0x9B6528) is unknown color: approx Afghan Tan. HEX triplet: 9B, 65 and 28. RGB value is (155,101,40). Sum of RGB (Red+Green+Blue) = 155+101+40=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6528 is #649AD7. Grayscale: #6E6E6E. Windows color (decimal): -6593240 or 2647451. OLE color: 2647451.

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

Color convert

RGB15510140-
CMYK00.350.740.39
HSL31.83º58.97%38.24%-
HSV(B)31.83º74.19%60.78%-
XYZ18.5516.434.2-
YUV110.1988.39159.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=52.36%
G=34.12%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551014000.350.740.3931.8358.9738.24
Hex9B65280234A27203b26
Octal2331455004311247407346
Binary10011011110010110100001000111001010100111100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,40); }

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

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

 a { background-color: rgb(155,101,40); }

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

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

 span { border-color: rgb(155,101,40); }

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