Html Css Color HEX #985857 Rose Taupe

📋 copy color: '#985857'

red 152 ◦ green 88 ◦ blue 87

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

Shades of Rose Taupe #985857

Tints of Rose Taupe #985857

RGB

 RED value IS 152 (59.77% from 255) = 46.48%

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 46.48%
G = 26.91%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#985857 (or 0x985857) is known color: Rose Taupe. HEX triplet: 98, 58 and 57. RGB value is (152,88,87). Sum of RGB (Red+Green+Blue) = 152+88+87=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985857 is #67A7A8. Grayscale: #6B6B6B. Windows color (decimal): -6793129 or 5724312. OLE color: 5724312.

HSL color Cylindrical-coordinate representation of color #985857: hue angle of 0.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985857 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 87 -
CMYK 0 0.42 0.43 0.40
HSL 0.92º 0.27% 0.47% -
HSV(B) 0.92º 0.43% 0.6% -
XYZ 18.16 14.34 10.83 -
YUV 107.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 152 88 87 0 0.42 0.43 0.40 0.92 0.27 0.47
Hex 98 58 57 0 2A 2B 28 1 1B 2F
Octal 230 130 127 0 52 53 50 1 33 57
Binary 10011000 1011000 1010111 0 101010 101011 101000 1 11011 101111

Color Harmonies of #985857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985857

Black with #985857

Text Example


Text Example

White with #985857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985857; }

 p { color: rgb(152,88,87); }

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

background-color css

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

 a { background-color: rgb(152,88,87); }

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

border-color css

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

 span { border-color: rgb(152,88,87); }

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