#965857

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

Shades of Rose Taupe #965857

Tints of Rose Taupe #965857

Color information

#965857 (or 0x965857) is unknown color: approx Rose Taupe. HEX triplet: 96, 58 and 57. RGB value is (150,88,87). Sum of RGB (Red+Green+Blue) = 150+88+87=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #965857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965857 is #69A7A8. Grayscale: #6A6A6A. Windows color (decimal): -6924201 or 5724310. OLE color: 5724310.

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

Color convert

RGB1508887-
CMYK00.410.420.41
HSL0.95º26.58%46.47%-
HSV(B)0.95º42%58.82%-
XYZ17.7914.1510.81-
YUV106.42117.04159.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=46.15%
G=27.08%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150888700.410.420.410.9526.5846.47
Hex9658570292A2911b2e
Octal226130127051525113356
Binary10010110101100010101110101001101010101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965857; }

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

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

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

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

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

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

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

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