#965756

Color #965756 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #965756

Tints of Rose Taupe #965756

Color information

#965756 (or 0x965756) is unknown color: approx Rose Taupe. HEX triplet: 96, 57 and 56. RGB value is (150,87,86). Sum of RGB (Red+Green+Blue) = 150+87+86=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965756 is #69A8A9. Grayscale: #696969. Windows color (decimal): -6924458 or 5658518. OLE color: 5658518.

HSL color Cylindrical-coordinate representation of color #965756: hue angle of 0.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965756 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1508786-
CMYK00.420.430.41
HSL0.94º27.12%46.27%-
HSV(B)0.94º42.67%58.82%-
XYZ17.6713.9710.57-
YUV105.72116.87159.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=46.44%
G=26.93%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150878600.420.430.410.9427.1246.27
Hex96575602A2B2911b2e
Octal226127126052535113356
Binary10010110101011110101100101010101011101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965756; }

 p { color: rgb(150,87,86); }

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

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

 a { background-color: rgb(150,87,86); }

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

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

 span { border-color: rgb(150,87,86); }

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