#965D58

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

Shades of Rose Taupe #965D58

Tints of Rose Taupe #965D58

Color information

#965D58 (or 0x965D58) is unknown color: approx Rose Taupe. HEX triplet: 96, 5D and 58. RGB value is (150,93,88). Sum of RGB (Red+Green+Blue) = 150+93+88=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D58 is #69A2A7. Grayscale: #6D6D6D. Windows color (decimal): -6922920 or 5791126. OLE color: 5791126.

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

Color convert

RGB1509388-
CMYK00.380.410.41
HSL4.84º26.05%46.67%-
HSV(B)4.84º41.33%58.82%-
XYZ18.2515.0211.17-
YUV109.47115.88156.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=45.32%
G=28.10%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150938800.380.410.414.8426.0546.67
Hex965D58026292951a2f
Octal226135130046515153257
Binary1001011010111011011000010011010100110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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