#995a21

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

Shades of Afghan Tan #995A21

Tints of Afghan Tan #995A21

Color information

#995A21 (or 0x995A21) is unknown color: approx Afghan Tan. HEX triplet: 99, 5A and 21. RGB value is (153,90,33). Sum of RGB (Red+Green+Blue) = 153+90+33=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #995A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A21 is #66A5DE. Grayscale: #666666. Windows color (decimal): -6727135 or 2185881. OLE color: 2185881.

HSL color Cylindrical-coordinate representation of color #995A21: hue angle of 28.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995A21 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1539033-
CMYK00.410.780.4
HSL28.5º64.52%36.47%-
HSV(B)28.5º78.43%60%-
XYZ17.0714.193.28-
YUV102.3488.87164.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=55.43%
G=32.61%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153903300.410.780.428.564.5236.47
Hex995A210294E281c4124
Octal23113241051116503410144
Binary10011001101101010000101010011001110101000111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995a21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995a21; }

 p { color: rgb(153,90,33); }

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

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

 a { background-color: rgb(153,90,33); }

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

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

 span { border-color: rgb(153,90,33); }

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