#956025

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

Shades of Afghan Tan #956025

Tints of Afghan Tan #956025

Color information

#956025 (or 0x956025) is unknown color: approx Afghan Tan. HEX triplet: 95, 60 and 25. RGB value is (149,96,37). Sum of RGB (Red+Green+Blue) = 149+96+37=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956025 is #6A9FDA. Grayscale: #696969. Windows color (decimal): -6987739 or 2449557. OLE color: 2449557.

HSL color Cylindrical-coordinate representation of color #956025: hue angle of 31.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #956025 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1499637-
CMYK00.360.750.42
HSL31.61º60.22%36.47%-
HSV(B)31.61º75.17%58.43%-
XYZ16.9114.893.73-
YUV105.1289.56159.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=52.84%
G=34.04%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149963700.360.750.4231.6160.2236.47
Hex9560250244B2A203c24
Octal2251404504411352407444
Binary10010101110000010010101001001001011101010100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956025; }

 p { color: rgb(149,96,37); }

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

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

 a { background-color: rgb(149,96,37); }

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

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

 span { border-color: rgb(149,96,37); }

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