#965656

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

Shades of Rose Taupe #965656

Tints of Rose Taupe #965656

Color information

#965656 (or 0x965656) is unknown color: approx Rose Taupe. HEX triplet: 96, 56 and 56. RGB value is (150,86,86). Sum of RGB (Red+Green+Blue) = 150+86+86=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #965656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965656 is #69A9A9. Grayscale: #696969. Windows color (decimal): -6924714 or 5658262. OLE color: 5658262.

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

Color convert

RGB1508686-
CMYK00.430.430.41
HSL27.12%46.27%-
HSV(B)42.67%58.82%-
XYZ17.5913.8110.54-
YUV105.14117.2160-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=46.58%
G=26.71%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150868600.430.430.41027.1246.27
Hex96565602B2B2901b2e
Octal226126126053535103356
Binary10010110101011010101100101011101011101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965656; }

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

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

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

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

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

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

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

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