#956224

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

Shades of Afghan Tan #956224

Tints of Afghan Tan #956224

Color information

#956224 (or 0x956224) is unknown color: approx Afghan Tan. HEX triplet: 95, 62 and 24. RGB value is (149,98,36). Sum of RGB (Red+Green+Blue) = 149+98+36=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956224 is #6A9DDB. Grayscale: #6A6A6A. Windows color (decimal): -6987228 or 2384533. OLE color: 2384533.

HSL color Cylindrical-coordinate representation of color #956224: hue angle of 32.92º 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 #956224 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1499836-
CMYK00.340.760.42
HSL32.92º61.08%36.27%-
HSV(B)32.92º75.84%58.43%-
XYZ17.0815.253.71-
YUV106.1888.4158.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=52.65%
G=34.63%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149983600.340.760.4232.9261.0836.27
Hex9562240224C2A213d24
Octal2251424404211452417544
Binary10010101110001010010001000101001100101010100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956224; }

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

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

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

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

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

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

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

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