Html Css Color HEX #975E6B Mauve Taupe

📋 copy color: '#975E6B'

red 151 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #975E6B

Tints of Mauve Taupe #975E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 42.9%
G = 26.7%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#975E6B (or 0x975E6B) is known color: Mauve Taupe. HEX triplet: 97, 5E and 6B. RGB value is (151,94,107). Sum of RGB (Red+Green+Blue) = 151+94+107=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E6B is #68A194. Grayscale: #707070. Windows color (decimal): -6857109 or 7036567. OLE color: 7036567.

HSL color Cylindrical-coordinate representation of color #975E6B: hue angle of 346.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E6B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 94 107 -
CMYK 0 0.38 0.29 0.41
HSL 346.32º 0.23% 0.48% -
HSV(B) 346.32º 0.38% 0.59% -
XYZ 19.42 15.65 15.91 -
YUV 112.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 151 94 107 0 0.38 0.29 0.41 346.32 0.23 0.48
Hex 97 5E 6B 0 26 1D 29 15A 17 30
Octal 227 136 153 0 46 35 51 532 27 60
Binary 10010111 1011110 1101011 0 100110 11101 101001 101011010 10111 110000

Color Harmonies of #975E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E6B

Black with #975E6B

Text Example


Text Example

White with #975E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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