#965A59

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

Shades of Rose Taupe #965A59

Tints of Rose Taupe #965A59

Color information

#965A59 (or 0x965A59) is unknown color: approx Rose Taupe. HEX triplet: 96, 5A and 59. RGB value is (150,90,89). Sum of RGB (Red+Green+Blue) = 150+90+89=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #965A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A59 is #69A5A6. Grayscale: #6B6B6B. Windows color (decimal): -6923687 or 5855894. OLE color: 5855894.

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

Color convert

RGB1509089-
CMYK00.40.410.41
HSL0.98º25.52%46.86%-
HSV(B)0.98º40.67%58.82%-
XYZ18.0414.5211.3-
YUV107.83117.38158.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=45.59%
G=27.36%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150908900.40.410.410.9825.5246.86
Hex965A59028292911a2f
Octal226132131050515113257
Binary10010110101101010110010101000101001101001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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