#965B5B

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

Shades of Rose Taupe #965B5B

Tints of Rose Taupe #965B5B

Color information

#965B5B (or 0x965B5B) is unknown color: approx Rose Taupe. HEX triplet: 96, 5B and 5B. RGB value is (150,91,91). Sum of RGB (Red+Green+Blue) = 150+91+91=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B5B is #69A4A4. Grayscale: #6C6C6C. Windows color (decimal): -6923429 or 5987222. OLE color: 5987222.

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

Color convert

RGB1509191-
CMYK00.390.390.41
HSL24.48%47.25%-
HSV(B)39.33%58.82%-
XYZ18.2114.7211.78-
YUV108.64118.05157.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=45.18%
G=27.41%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150919100.390.390.41024.4847.25
Hex965B5B02727290182f
Octal226133133047475103057
Binary10010110101101110110110100111100111101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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