#965959

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

Shades of Rose Taupe #965959

Tints of Rose Taupe #965959

Color information

#965959 (or 0x965959) is unknown color: approx Rose Taupe. HEX triplet: 96, 59 and 59. RGB value is (150,89,89). Sum of RGB (Red+Green+Blue) = 150+89+89=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965959 is #69A6A6. Grayscale: #6B6B6B. Windows color (decimal): -6923943 or 5855638. OLE color: 5855638.

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

Color convert

RGB1508989-
CMYK00.410.410.41
HSL25.52%46.86%-
HSV(B)40.67%58.82%-
XYZ17.9514.3511.27-
YUV107.24117.71158.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=45.73%
G=27.13%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150898900.410.410.41025.5246.86
Hex965959029292901a2f
Octal226131131051515103257
Binary10010110101100110110010101001101001101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965959; }

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

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

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

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

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

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

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

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