Html Css Color HEX #985A57 Rose Taupe

📋 copy color: '#985A57'

red 152 ◦ green 90 ◦ blue 87

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

Shades of Rose Taupe #985A57

Tints of Rose Taupe #985A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 46.2%
G = 27.36%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#985A57 (or 0x985A57) is known color: Rose Taupe. HEX triplet: 98, 5A and 57. RGB value is (152,90,87). Sum of RGB (Red+Green+Blue) = 152+90+87=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A57 is #67A5A8. Grayscale: #6C6C6C. Windows color (decimal): -6792617 or 5724824. OLE color: 5724824.

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

Color convert

RGB 152 90 87 -
CMYK 0 0.41 0.43 0.40
HSL 2.77º 0.27% 0.47% -
HSV(B) 2.77º 0.43% 0.6% -
XYZ 18.33 14.68 10.88 -
YUV 108.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 152 90 87 0 0.41 0.43 0.40 2.77 0.27 0.47
Hex 98 5A 57 0 29 2B 28 3 1B 2F
Octal 230 132 127 0 51 53 50 3 33 57
Binary 10011000 1011010 1010111 0 101001 101011 101000 11 11011 101111

Color Harmonies of #985A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A57

Black with #985A57

Text Example


Text Example

White with #985A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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