Html Css Color HEX #985D5D Rose Taupe

📋 copy color: '#985D5D'

red 152 ◦ green 93 ◦ blue 93

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

Shades of Rose Taupe #985D5D

Tints of Rose Taupe #985D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 44.97%
G = 27.51%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#985D5D (or 0x985D5D) is known color: Rose Taupe. HEX triplet: 98, 5D and 5D. RGB value is (152,93,93). Sum of RGB (Red+Green+Blue) = 152+93+93=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #985D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D5D is #67A2A2. Grayscale: #6E6E6E. Windows color (decimal): -6791843 or 6118808. OLE color: 6118808.

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

Color convert

RGB 152 93 93 -
CMYK 0 0.39 0.39 0.40
HSL 0.24% 0.48% -
HSV(B) 0.39% 0.6% -
XYZ 18.84 15.29 12.32 -
YUV 110.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 152 93 93 0 0.39 0.39 0.40 0 0.24 0.48
Hex 98 5D 5D 0 27 27 28 0 18 30
Octal 230 135 135 0 47 47 50 0 30 60
Binary 10011000 1011101 1011101 0 100111 100111 101000 0 11000 110000

Color Harmonies of #985D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D5D

Black with #985D5D

Text Example


Text Example

White with #985D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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