Html Css Color HEX #975959 Rose Taupe

📋 copy color: '#975959'

red 151 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #975959

Tints of Rose Taupe #975959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

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

R = 45.9%
G = 27.05%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#975959 (or 0x975959) is known color: Rose Taupe. HEX triplet: 97, 59 and 59. RGB value is (151,89,89). Sum of RGB (Red+Green+Blue) = 151+89+89=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #975959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975959 is #68A6A6. Grayscale: #6B6B6B. Windows color (decimal): -6858407 or 5855639. OLE color: 5855639.

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

Color convert

RGB 151 89 89 -
CMYK 0 0.41 0.41 0.41
HSL 0.26% 0.47% -
HSV(B) 0.41% 0.59% -
XYZ 18.14 14.45 11.28 -
YUV 107.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 151 89 89 0 0.41 0.41 0.41 0 0.26 0.47
Hex 97 59 59 0 29 29 29 0 1A 2F
Octal 227 131 131 0 51 51 51 0 32 57
Binary 10010111 1011001 1011001 0 101001 101001 101001 0 11010 101111

Color Harmonies of #975959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975959

Black with #975959

Text Example


Text Example

White with #975959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975959; }

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

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

background-color css

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

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

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

border-color css

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

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

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