Html Css Color HEX #975C59 Rose Taupe

📋 copy color: '#975C59'

red 151 ◦ green 92 ◦ blue 89

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

Shades of Rose Taupe #975C59

Tints of Rose Taupe #975C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 45.48%
G = 27.71%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#975C59 (or 0x975C59) is known color: Rose Taupe. HEX triplet: 97, 5C and 59. RGB value is (151,92,89). Sum of RGB (Red+Green+Blue) = 151+92+89=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #975C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C59 is #68A3A6. Grayscale: #6D6D6D. Windows color (decimal): -6857639 or 5856407. OLE color: 5856407.

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

Color convert

RGB 151 92 89 -
CMYK 0 0.39 0.41 0.41
HSL 2.9º 0.26% 0.47% -
HSV(B) 2.9º 0.41% 0.59% -
XYZ 18.39 14.95 11.37 -
YUV 109.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 151 92 89 0 0.39 0.41 0.41 2.9 0.26 0.47
Hex 97 5C 59 0 27 29 29 3 1A 2F
Octal 227 134 131 0 47 51 51 3 32 57
Binary 10010111 1011100 1011001 0 100111 101001 101001 11 11010 101111

Color Harmonies of #975C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C59

Black with #975C59

Text Example


Text Example

White with #975C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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