#955620

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

Shades of Afghan Tan #955620

Tints of Afghan Tan #955620

Color information

#955620 (or 0x955620) is unknown color: approx Afghan Tan. HEX triplet: 95, 56 and 20. RGB value is (149,86,32). Sum of RGB (Red+Green+Blue) = 149+86+32=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #955620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955620 is #6AA9DF. Grayscale: #626262. Windows color (decimal): -6990304 or 2119317. OLE color: 2119317.

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

Color convert

RGB1498632-
CMYK00.420.790.42
HSL27.69º64.64%35.49%-
HSV(B)27.69º78.52%58.43%-
XYZ15.9813.153.06-
YUV98.6890.37163.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=55.81%
G=32.21%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149863200.420.790.4227.6964.6435.49
Hex95562002A4F2A1c4123
Octal22512640052117523410143
Binary10010101101011010000001010101001111101010111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955620; }

 p { color: rgb(149,86,32); }

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

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

 a { background-color: rgb(149,86,32); }

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

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

 span { border-color: rgb(149,86,32); }

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