#975856

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

Shades of Rose Taupe #975856

Tints of Rose Taupe #975856

Color information

#975856 (or 0x975856) is unknown color: approx Rose Taupe. HEX triplet: 97, 58 and 56. RGB value is (151,88,86). Sum of RGB (Red+Green+Blue) = 151+88+86=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #975856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975856 is #68A7A9. Grayscale: #6A6A6A. Windows color (decimal): -6858666 or 5658775. OLE color: 5658775.

HSL color Cylindrical-coordinate representation of color #975856: hue angle of 1.85º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975856 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1518886-
CMYK00.420.430.41
HSL1.85º27.43%46.47%-
HSV(B)1.85º43.05%59.22%-
XYZ17.9314.2310.61-
YUV106.61116.37159.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=46.46%
G=27.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151888600.420.430.411.8527.4346.47
Hex97585602A2B2921b2e
Octal227130126052535123356
Binary100101111011000101011001010101010111010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975856; }

 p { color: rgb(151,88,86); }

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

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

 a { background-color: rgb(151,88,86); }

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

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

 span { border-color: rgb(151,88,86); }

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