#965856

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

Shades of Rose Taupe #965856

Tints of Rose Taupe #965856

Color information

#965856 (or 0x965856) is unknown color: approx Rose Taupe. HEX triplet: 96, 58 and 56. RGB value is (150,88,86). Sum of RGB (Red+Green+Blue) = 150+88+86=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965856 is #69A7A9. Grayscale: #6A6A6A. Windows color (decimal): -6924202 or 5658774. OLE color: 5658774.

HSL color Cylindrical-coordinate representation of color #965856: hue angle of 1.88º 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 #965856 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1508886-
CMYK00.410.430.41
HSL1.88º27.12%46.27%-
HSV(B)1.88º42.67%58.82%-
XYZ17.7514.1410.6-
YUV106.31116.54159.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=46.30%
G=27.16%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150888600.410.430.411.8827.1246.27
Hex9658560292B2921b2e
Octal226130126051535123356
Binary100101101011000101011001010011010111010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965856; }

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

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

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

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

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

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

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

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