#9B6625

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

Shades of Afghan Tan #9B6625

Tints of Afghan Tan #9B6625

Color information

#9B6625 (or 0x9B6625) is unknown color: approx Afghan Tan. HEX triplet: 9B, 66 and 25. RGB value is (155,102,37). Sum of RGB (Red+Green+Blue) = 155+102+37=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6625 is #6499DA. Grayscale: #6E6E6E. Windows color (decimal): -6592987 or 2451099. OLE color: 2451099.

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

Color convert

RGB15510237-
CMYK00.340.760.39
HSL33.05º61.46%37.65%-
HSV(B)33.05º76.13%60.78%-
XYZ18.616.63.97-
YUV110.4486.56159.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=52.72%
G=34.69%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551023700.340.760.3933.0561.4637.65
Hex9B66250224C27213d26
Octal2331464504211447417546
Binary10011011110011010010101000101001100100111100001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,37); }

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

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

 a { background-color: rgb(155,102,37); }

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

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

 span { border-color: rgb(155,102,37); }

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