#956654

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

Shades of Dark Tan #956654

Tints of Dark Tan #956654

Color information

#956654 (or 0x956654) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 54. RGB value is (149,102,84). Sum of RGB (Red+Green+Blue) = 149+102+84=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956654 is #6A99AB. Grayscale: #727272. Windows color (decimal): -6986156 or 5531285. OLE color: 5531285.

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

Color convert

RGB14910284-
CMYK00.320.440.42
HSL16.62º27.9%45.69%-
HSV(B)16.62º43.62%58.43%-
XYZ18.7516.5310.59-
YUV114111.07152.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=44.48%
G=30.45%
B=25.07%

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
Decimal1491028400.320.440.4216.6227.945.69
Hex9566540202C2A111c2e
Octal2251461240405452213456
Binary100101011100110101010001000001011001010101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956654; }

 p { color: rgb(149,102,84); }

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

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

 a { background-color: rgb(149,102,84); }

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

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

 span { border-color: rgb(149,102,84); }

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