#956024

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

Shades of Afghan Tan #956024

Tints of Afghan Tan #956024

Color information

#956024 (or 0x956024) is unknown color: approx Afghan Tan. HEX triplet: 95, 60 and 24. RGB value is (149,96,36). Sum of RGB (Red+Green+Blue) = 149+96+36=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #956024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956024 is #6A9FDB. Grayscale: #696969. Windows color (decimal): -6987740 or 2384021. OLE color: 2384021.

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

Color convert

RGB1499636-
CMYK00.360.760.42
HSL31.86º61.08%36.27%-
HSV(B)31.86º75.84%58.43%-
XYZ16.914.883.65-
YUV105.0189.06159.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=53.02%
G=34.16%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149963600.360.760.4231.8661.0836.27
Hex9560240244C2A203d24
Octal2251404404411452407544
Binary10010101110000010010001001001001100101010100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956024; }

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

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

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

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

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

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

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

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