Html Css Color HEX #985D59 Rose Taupe

📋 copy color: '#985D59'

red 152 ◦ green 93 ◦ blue 89

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

Shades of Rose Taupe #985D59

Tints of Rose Taupe #985D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 45.51%
G = 27.84%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#985D59 (or 0x985D59) is known color: Rose Taupe. HEX triplet: 98, 5D and 59. RGB value is (152,93,89). Sum of RGB (Red+Green+Blue) = 152+93+89=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D59 is #67A2A6. Grayscale: #6E6E6E. Windows color (decimal): -6791847 or 5856664. OLE color: 5856664.

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

Color convert

RGB 152 93 89 -
CMYK 0 0.39 0.41 0.40
HSL 3.81º 0.26% 0.47% -
HSV(B) 3.81º 0.41% 0.6% -
XYZ 18.67 15.23 11.41 -
YUV 110.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 152 93 89 0 0.39 0.41 0.40 3.81 0.26 0.47
Hex 98 5D 59 0 27 29 28 4 1A 2F
Octal 230 135 131 0 47 51 50 4 32 57
Binary 10011000 1011101 1011001 0 100111 101001 101000 100 11010 101111

Color Harmonies of #985D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D59

Black with #985D59

Text Example


Text Example

White with #985D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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