#9B6322

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

Shades of Afghan Tan #9B6322

Tints of Afghan Tan #9B6322

Color information

#9B6322 (or 0x9B6322) is unknown color: approx Afghan Tan. HEX triplet: 9B, 63 and 22. RGB value is (155,99,34). Sum of RGB (Red+Green+Blue) = 155+99+34=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6322 is #649CDD. Grayscale: #6C6C6C. Windows color (decimal): -6593758 or 2253723. OLE color: 2253723.

HSL color Cylindrical-coordinate representation of color #9B6322: hue angle of 32.23º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B6322 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1559934-
CMYK00.360.780.39
HSL32.23º64.02%37.06%-
HSV(B)32.23º78.06%60.78%-
XYZ18.2716.013.64-
YUV108.3386.05161.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=53.82%
G=34.38%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155993400.360.780.3932.2364.0237.06
Hex9B63220244E27204025
Octal23314342044116474010045
Binary100110111100011100010010010010011101001111000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,34); }

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

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

 a { background-color: rgb(155,99,34); }

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

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

 span { border-color: rgb(155,99,34); }

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