#995E25

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

Shades of Afghan Tan #995E25

Tints of Afghan Tan #995E25

Color information

#995E25 (or 0x995E25) is unknown color: approx Afghan Tan. HEX triplet: 99, 5E and 25. RGB value is (153,94,37). Sum of RGB (Red+Green+Blue) = 153+94+37=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E25 is #66A1DA. Grayscale: #696969. Windows color (decimal): -6726107 or 2449049. OLE color: 2449049.

HSL color Cylindrical-coordinate representation of color #995E25: hue angle of 29.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995E25 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1539437-
CMYK00.390.760.4
HSL29.48º61.05%37.25%-
HSV(B)29.48º75.82%60%-
XYZ17.4714.913.71-
YUV105.1489.55162.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=53.87%
G=33.10%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153943700.390.760.429.4861.0537.25
Hex995E250274C281d3d25
Octal2311364504711450357545
Binary1001100110111101001010100111100110010100011101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,94,37); }

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

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

 a { background-color: rgb(153,94,37); }

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

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

 span { border-color: rgb(153,94,37); }

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