Html Css Color HEX #985C59 Rose Taupe

📋 copy color: '#985C59'

red 152 ◦ green 92 ◦ blue 89

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

Shades of Rose Taupe #985C59

Tints of Rose Taupe #985C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

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

R = 45.65%
G = 27.63%
B = 26.73%

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

#985C59 (or 0x985C59) is known color: Rose Taupe. HEX triplet: 98, 5C and 59. RGB value is (152,92,89). Sum of RGB (Red+Green+Blue) = 152+92+89=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C59 is #67A3A6. Grayscale: #6D6D6D. Windows color (decimal): -6792103 or 5856408. OLE color: 5856408.

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

Color convert

RGB 152 92 89 -
CMYK 0 0.39 0.41 0.40
HSL 2.86º 0.26% 0.47% -
HSV(B) 2.86º 0.41% 0.6% -
XYZ 18.58 15.05 11.38 -
YUV 109.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 152 92 89 0 0.39 0.41 0.40 2.86 0.26 0.47
Hex 98 5C 59 0 27 29 28 3 1A 2F
Octal 230 134 131 0 47 51 50 3 32 57
Binary 10011000 1011100 1011001 0 100111 101001 101000 11 11010 101111

Color Harmonies of #985C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C59

Black with #985C59

Text Example


Text Example

White with #985C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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