Html Css Color HEX #985E5D Rose Taupe

📋 copy color: '#985E5D'

red 152 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #985E5D

Tints of Rose Taupe #985E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

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

R = 44.84%
G = 27.73%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#985E5D (or 0x985E5D) is known color: Rose Taupe. HEX triplet: 98, 5E and 5D. RGB value is (152,94,93). Sum of RGB (Red+Green+Blue) = 152+94+93=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E5D is #67A1A2. Grayscale: #6F6F6F. Windows color (decimal): -6791587 or 6119064. OLE color: 6119064.

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

Color convert

RGB 152 94 93 -
CMYK 0 0.38 0.39 0.40
HSL 1.02º 0.24% 0.48% -
HSV(B) 1.02º 0.39% 0.6% -
XYZ 18.93 15.47 12.34 -
YUV 111.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 152 94 93 0 0.38 0.39 0.40 1.02 0.24 0.48
Hex 98 5E 5D 0 26 27 28 1 18 30
Octal 230 136 135 0 46 47 50 1 30 60
Binary 10011000 1011110 1011101 0 100110 100111 101000 1 11000 110000

Color Harmonies of #985E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E5D

Black with #985E5D

Text Example


Text Example

White with #985E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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