#965F5F

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

Shades of Rose Taupe #965F5F

Tints of Rose Taupe #965F5F

Color information

#965F5F (or 0x965F5F) is unknown color: approx Rose Taupe. HEX triplet: 96, 5F and 5F. RGB value is (150,95,95). Sum of RGB (Red+Green+Blue) = 150+95+95=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #965F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F5F is #69A0A0. Grayscale: #6F6F6F. Windows color (decimal): -6922401 or 6250390. OLE color: 6250390.

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

Color convert

RGB1509595-
CMYK00.370.370.41
HSL22.45%48.04%-
HSV(B)36.67%58.82%-
XYZ18.7415.4912.83-
YUV111.44118.72155.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=44.12%
G=27.94%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150959500.370.370.41022.4548.04
Hex965F5F025252901630
Octal226137137045455102660
Binary10010110101111110111110100101100101101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F5F; }

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

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

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

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

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

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

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

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