#995B25

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

Shades of Afghan Tan #995B25

Tints of Afghan Tan #995B25

Color information

#995B25 (or 0x995B25) is unknown color: approx Afghan Tan. HEX triplet: 99, 5B and 25. RGB value is (153,91,37). Sum of RGB (Red+Green+Blue) = 153+91+37=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #995B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B25 is #66A4DA. Grayscale: #676767. Windows color (decimal): -6726875 or 2448281. OLE color: 2448281.

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

Color convert

RGB1539137-
CMYK00.410.760.4
HSL27.93º61.05%37.25%-
HSV(B)27.93º75.82%60%-
XYZ17.2114.393.62-
YUV103.3890.54163.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=54.45%
G=32.38%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153913700.410.760.427.9361.0537.25
Hex995B250294C281c3d25
Octal2311334505111450347545
Binary1001100110110111001010101001100110010100011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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