#9B6526

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

Shades of Afghan Tan #9B6526

Tints of Afghan Tan #9B6526

Color information

#9B6526 (or 0x9B6526) is unknown color: approx Afghan Tan. HEX triplet: 9B, 65 and 26. RGB value is (155,101,38). Sum of RGB (Red+Green+Blue) = 155+101+38=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6526 is #649AD9. Grayscale: #6E6E6E. Windows color (decimal): -6593242 or 2516379. OLE color: 2516379.

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

Color convert

RGB15510138-
CMYK00.350.750.39
HSL32.31º60.62%37.84%-
HSV(B)32.31º75.48%60.78%-
XYZ18.5216.424.03-
YUV109.9687.39160.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=52.72%
G=34.35%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551013800.350.750.3932.3160.6237.84
Hex9B65260234B27203d26
Octal2331454604311347407546
Binary10011011110010110011001000111001011100111100000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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