#956553

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

Shades of Dark Tan #956553

Tints of Dark Tan #956553

Color information

#956553 (or 0x956553) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 53. RGB value is (149,101,83). Sum of RGB (Red+Green+Blue) = 149+101+83=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956553 is #6A9AAC. Grayscale: #717171. Windows color (decimal): -6986413 or 5465493. OLE color: 5465493.

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

Color convert

RGB14910183-
CMYK00.320.440.42
HSL16.36º28.45%45.49%-
HSV(B)16.36º44.3%58.43%-
XYZ18.6116.3210.35-
YUV113.3110.9153.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=44.74%
G=30.33%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491018300.320.440.4216.3628.4545.49
Hex9565530202C2A101c2d
Octal2251451230405452203455
Binary100101011100101101001101000001011001010101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956553; }

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

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

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

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

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

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

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

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