#996529

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

Shades of Afghan Tan #996529

Tints of Afghan Tan #996529

Color information

#996529 (or 0x996529) is unknown color: approx Afghan Tan. HEX triplet: 99, 65 and 29. RGB value is (153,101,41). Sum of RGB (Red+Green+Blue) = 153+101+41=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996529 is #669AD6. Grayscale: #6E6E6E. Windows color (decimal): -6724311 or 2712985. OLE color: 2712985.

HSL color Cylindrical-coordinate representation of color #996529: hue angle of 32.14º 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 #996529 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15310141-
CMYK00.340.730.4
HSL32.14º57.73%38.04%-
HSV(B)32.14º73.2%60%-
XYZ18.1916.244.27-
YUV109.7189.23158.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=51.86%
G=34.24%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531014100.340.730.432.1457.7338.04
Hex9965290224928203a26
Octal2311455104211150407246
Binary10011001110010110100101000101001001101000100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996529; }

 p { color: rgb(153,101,41); }

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

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

 a { background-color: rgb(153,101,41); }

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

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

 span { border-color: rgb(153,101,41); }

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