#9A6329

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

Shades of Afghan Tan #9A6329

Tints of Afghan Tan #9A6329

Color information

#9A6329 (or 0x9A6329) is unknown color: approx Afghan Tan. HEX triplet: 9A, 63 and 29. RGB value is (154,99,41). Sum of RGB (Red+Green+Blue) = 154+99+41=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6329 is #659CD6. Grayscale: #6D6D6D. Windows color (decimal): -6659287 or 2712474. OLE color: 2712474.

HSL color Cylindrical-coordinate representation of color #9A6329: hue angle of 30.8º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A6329 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1549941-
CMYK00.360.730.40
HSL30.8º57.95%38.24%-
HSV(B)30.8º73.38%60.39%-
XYZ18.1915.954.22-
YUV108.8389.72160.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.38%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=52.38%
G=33.67%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154994100.360.730.4030.857.9538.24
Hex9A632902449281f3a26
Octal2321435104411150377246
Binary1001101011000111010010100100100100110100011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,41); }

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

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

 a { background-color: rgb(154,99,41); }

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

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

 span { border-color: rgb(154,99,41); }

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