Html Css Color HEX #975956 Rose Taupe

📋 copy color: '#975956'

red 151 ◦ green 89 ◦ blue 86

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

Shades of Rose Taupe #975956

Tints of Rose Taupe #975956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 46.32%
G = 27.3%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#975956 (or 0x975956) is known color: Rose Taupe. HEX triplet: 97, 59 and 56. RGB value is (151,89,86). Sum of RGB (Red+Green+Blue) = 151+89+86=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #975956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975956 is #68A6A9. Grayscale: #6B6B6B. Windows color (decimal): -6858410 or 5659031. OLE color: 5659031.

HSL color Cylindrical-coordinate representation of color #975956: hue angle of 2.77º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975956 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 86 -
CMYK 0 0.41 0.43 0.41
HSL 2.77º 0.27% 0.46% -
HSV(B) 2.77º 0.43% 0.59% -
XYZ 18.01 14.4 10.63 -
YUV 107.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 151 89 86 0 0.41 0.43 0.41 2.77 0.27 0.46
Hex 97 59 56 0 29 2B 29 3 1B 2E
Octal 227 131 126 0 51 53 51 3 33 56
Binary 10010111 1011001 1010110 0 101001 101011 101001 11 11011 101110

Color Harmonies of #975956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975956

Black with #975956

Text Example


Text Example

White with #975956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975956; }

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

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

background-color css

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

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

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

border-color css

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

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

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