#956552

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

Shades of Dark Tan #956552

Tints of Dark Tan #956552

Color information

#956552 (or 0x956552) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 52. RGB value is (149,101,82). Sum of RGB (Red+Green+Blue) = 149+101+82=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956552 is #6A9AAD. Grayscale: #717171. Windows color (decimal): -6986414 or 5399957. OLE color: 5399957.

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

Color convert

RGB14910182-
CMYK00.320.450.42
HSL17.01º29%45.29%-
HSV(B)17.01º44.97%58.43%-
XYZ18.5716.3110.15-
YUV113.19110.4153.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=44.88%
G=30.42%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491018200.320.450.4217.012945.29
Hex9565520202D2A111d2d
Octal2251451220405552213555
Binary100101011100101101001001000001011011010101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956552; }

 p { color: rgb(149,101,82); }

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

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

 a { background-color: rgb(149,101,82); }

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

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

 span { border-color: rgb(149,101,82); }

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