#956653

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

Shades of Dark Tan #956653

Tints of Dark Tan #956653

Color information

#956653 (or 0x956653) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 53. RGB value is (149,102,83). Sum of RGB (Red+Green+Blue) = 149+102+83=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956653 is #6A99AC. Grayscale: #727272. Windows color (decimal): -6986157 or 5465749. OLE color: 5465749.

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

Color convert

RGB14910283-
CMYK00.320.440.42
HSL17.27º28.45%45.49%-
HSV(B)17.27º44.3%58.43%-
XYZ18.7116.5210.39-
YUV113.89110.57153.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=44.61%
G=30.54%
B=24.85%

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
Decimal1491028300.320.440.4217.2728.4545.49
Hex9566530202C2A111c2d
Octal2251461230405452213455
Binary100101011100110101001101000001011001010101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956653; }

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

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

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

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

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

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

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

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