#965D5D

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

Shades of Rose Taupe #965D5D

Tints of Rose Taupe #965D5D

Color information

#965D5D (or 0x965D5D) is unknown color: approx Rose Taupe. HEX triplet: 96, 5D and 5D. RGB value is (150,93,93). Sum of RGB (Red+Green+Blue) = 150+93+93=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D5D is #69A2A2. Grayscale: #6E6E6E. Windows color (decimal): -6922915 or 6118806. OLE color: 6118806.

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

Color convert

RGB1509393-
CMYK00.380.380.41
HSL23.46%47.65%-
HSV(B)38%58.82%-
XYZ18.4715.112.3-
YUV110.04118.38156.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=44.64%
G=27.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150939300.380.380.41023.4647.65
Hex965D5D026262901730
Octal226135135046465102760
Binary10010110101110110111010100110100110101001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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