#996528

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

Shades of Afghan Tan #996528

Tints of Afghan Tan #996528

Color information

#996528 (or 0x996528) is unknown color: approx Afghan Tan. HEX triplet: 99, 65 and 28. RGB value is (153,101,40). Sum of RGB (Red+Green+Blue) = 153+101+40=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #996528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996528 is #669AD7. Grayscale: #6D6D6D. Windows color (decimal): -6724312 or 2647449. OLE color: 2647449.

HSL color Cylindrical-coordinate representation of color #996528: hue angle of 32.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996528 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB15310140-
CMYK00.340.740.4
HSL32.39º58.55%37.84%-
HSV(B)32.39º73.86%60%-
XYZ18.1716.234.18-
YUV109.5988.73158.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=52.04%
G=34.35%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531014000.340.740.432.3958.5537.84
Hex9965280224A28203b26
Octal2311455004211250407346
Binary10011001110010110100001000101001010101000100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996528; }

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

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

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

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

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

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

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

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