Html Css Color HEX #975E59 Rose Taupe

📋 copy color: '#975E59'

red 151 ◦ green 94 ◦ blue 89

#975E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #975E59

Tints of Rose Taupe #975E59

RGB

 RED value IS 151 (59.38% from 255) = 45.21%

 GREEN value IS 94 (37.11% from 255) = 28.14%

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 45.21%
G = 28.14%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#975E59 (or 0x975E59) is known color: Rose Taupe. HEX triplet: 97, 5E and 59. RGB value is (151,94,89). Sum of RGB (Red+Green+Blue) = 151+94+89=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E59 is #68A1A6. Grayscale: #6E6E6E. Windows color (decimal): -6857127 or 5856919. OLE color: 5856919.

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

Color convert

RGB 151 94 89 -
CMYK 0 0.38 0.41 0.41
HSL 4.84º 0.26% 0.47% -
HSV(B) 4.84º 0.41% 0.59% -
XYZ 18.57 15.31 11.43 -
YUV 110.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 151 94 89 0 0.38 0.41 0.41 4.84 0.26 0.47
Hex 97 5E 59 0 26 29 29 5 1A 2F
Octal 227 136 131 0 46 51 51 5 32 57
Binary 10010111 1011110 1011001 0 100110 101001 101001 101 11010 101111

Color Harmonies of #975E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E59

Black with #975E59

Text Example


Text Example

White with #975E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975E59; }

 p { color: rgb(151,94,89); }

 H1.HeaderClassName
 {
   color: #975E59;
 }
 .AnyTagClassName
 {
   color: #975E59;
 }
</style>

background-color css

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

 a { background-color: rgb(151,94,89); }

 div.DivClassName
 {
   background-color: #975E59;
 }
 .BgClassName
 {
   background-color: #975E59;
 }
</style>

border-color css

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

 span { border-color: rgb(151,94,89); }

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