Html Css Color HEX #975E5A Rose Taupe

📋 copy color: '#975E5A'

red 151 ◦ green 94 ◦ blue 90

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

Shades of Rose Taupe #975E5A

Tints of Rose Taupe #975E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 45.07%
G = 28.06%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#975E5A (or 0x975E5A) is known color: Rose Taupe. HEX triplet: 97, 5E and 5A. RGB value is (151,94,90). Sum of RGB (Red+Green+Blue) = 151+94+90=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E5A is #68A1A5. Grayscale: #6E6E6E. Windows color (decimal): -6857126 or 5922455. OLE color: 5922455.

HSL color Cylindrical-coordinate representation of color #975E5A: hue angle of 3.93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975E5A is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 94 90 -
CMYK 0 0.38 0.40 0.41
HSL 3.93º 0.25% 0.47% -
HSV(B) 3.93º 0.4% 0.59% -
XYZ 18.61 15.32 11.65 -
YUV 110.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 151 94 90 0 0.38 0.40 0.41 3.93 0.25 0.47
Hex 97 5E 5A 0 26 28 29 4 19 2F
Octal 227 136 132 0 46 50 51 4 31 57
Binary 10010111 1011110 1011010 0 100110 101000 101001 100 11001 101111

Color Harmonies of #975E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E5A

Black with #975E5A

Text Example


Text Example

White with #975E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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