#956652

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

Shades of Dark Tan #956652

Tints of Dark Tan #956652

Color information

#956652 (or 0x956652) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 52. RGB value is (149,102,82). Sum of RGB (Red+Green+Blue) = 149+102+82=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956652 is #6A99AD. Grayscale: #717171. Windows color (decimal): -6986158 or 5400213. OLE color: 5400213.

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

Color convert

RGB14910282-
CMYK00.320.450.42
HSL17.91º29%45.29%-
HSV(B)17.91º44.97%58.43%-
XYZ18.6716.510.18-
YUV113.77110.07153.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=44.74%
G=30.63%
B=24.62%

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
Decimal1491028200.320.450.4217.912945.29
Hex9566520202D2A121d2d
Octal2251461220405552223555
Binary100101011100110101001001000001011011010101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956652; }

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

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

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

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

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

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

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

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