Html Css Color HEX #985D5B Rose Taupe

📋 copy color: '#985D5B'

red 152 ◦ green 93 ◦ blue 91

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

Shades of Rose Taupe #985D5B

Tints of Rose Taupe #985D5B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 45.24%
G = 27.68%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#985D5B (or 0x985D5B) is known color: Rose Taupe. HEX triplet: 98, 5D and 5B. RGB value is (152,93,91). Sum of RGB (Red+Green+Blue) = 152+93+91=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D5B is #67A2A4. Grayscale: #6E6E6E. Windows color (decimal): -6791845 or 5987736. OLE color: 5987736.

HSL color Cylindrical-coordinate representation of color #985D5B: hue angle of 1.97º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985D5B is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 91 -
CMYK 0 0.39 0.40 0.40
HSL 1.97º 0.25% 0.48% -
HSV(B) 1.97º 0.4% 0.6% -
XYZ 18.75 15.26 11.85 -
YUV 110.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 152 93 91 0 0.39 0.40 0.40 1.97 0.25 0.48
Hex 98 5D 5B 0 27 28 28 2 19 30
Octal 230 135 133 0 47 50 50 2 31 60
Binary 10011000 1011101 1011011 0 100111 101000 101000 10 11001 110000

Color Harmonies of #985D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D5B

Black with #985D5B

Text Example


Text Example

White with #985D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,93,91); }

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

background-color css

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

 a { background-color: rgb(152,93,91); }

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

border-color css

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

 span { border-color: rgb(152,93,91); }

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