Html Css Color HEX #975D5A Rose Taupe

📋 copy color: '#975D5A'

red 151 ◦ green 93 ◦ blue 90

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

Shades of Rose Taupe #975D5A

Tints of Rose Taupe #975D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 45.21%
G = 27.84%
B = 26.95%

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

#975D5A (or 0x975D5A) is known color: Rose Taupe. HEX triplet: 97, 5D and 5A. RGB value is (151,93,90). Sum of RGB (Red+Green+Blue) = 151+93+90=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D5A is #68A2A5. Grayscale: #6E6E6E. Windows color (decimal): -6857382 or 5922199. OLE color: 5922199.

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

Color convert

RGB 151 93 90 -
CMYK 0 0.38 0.40 0.41
HSL 2.95º 0.25% 0.47% -
HSV(B) 2.95º 0.4% 0.59% -
XYZ 18.52 15.15 11.62 -
YUV 110 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 151 93 90 0 0.38 0.40 0.41 2.95 0.25 0.47
Hex 97 5D 5A 0 26 28 29 3 19 2F
Octal 227 135 132 0 46 50 51 3 31 57
Binary 10010111 1011101 1011010 0 100110 101000 101001 11 11001 101111

Color Harmonies of #975D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D5A

Black with #975D5A

Text Example


Text Example

White with #975D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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