#995d21

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

Shades of Afghan Tan #995D21

Tints of Afghan Tan #995D21

Color information

#995D21 (or 0x995D21) is unknown color: approx Afghan Tan. HEX triplet: 99, 5D and 21. RGB value is (153,93,33). Sum of RGB (Red+Green+Blue) = 153+93+33=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #995D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D21 is #66A2DE. Grayscale: #686868. Windows color (decimal): -6726367 or 2186649. OLE color: 2186649.

HSL color Cylindrical-coordinate representation of color #995D21: hue angle of 30º 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 #995D21 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1539333-
CMYK00.390.780.4
HSL30º64.52%36.47%-
HSV(B)30º78.43%60%-
XYZ17.3314.713.37-
YUV104.187.88162.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=54.84%
G=33.33%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153933300.390.780.43064.5236.47
Hex995D210274E281e4124
Octal23113541047116503610144
Binary10011001101110110000101001111001110101000111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995d21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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