Html Css Color HEX #985C5B Rose Taupe

📋 copy color: '#985C5B'

red 152 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #985C5B

Tints of Rose Taupe #985C5B

RGB

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

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

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

R = 45.37%
G = 27.46%
B = 27.16%

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

#985C5B (or 0x985C5B) is known color: Rose Taupe. HEX triplet: 98, 5C and 5B. RGB value is (152,92,91). Sum of RGB (Red+Green+Blue) = 152+92+91=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5B is #67A3A4. Grayscale: #6D6D6D. Windows color (decimal): -6792101 or 5987480. OLE color: 5987480.

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

Color convert

RGB 152 92 91 -
CMYK 0 0.39 0.40 0.40
HSL 0.98º 0.25% 0.48% -
HSV(B) 0.98º 0.4% 0.6% -
XYZ 18.66 15.09 11.83 -
YUV 109.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 152 92 91 0 0.39 0.40 0.40 0.98 0.25 0.48
Hex 98 5C 5B 0 27 28 28 1 19 30
Octal 230 134 133 0 47 50 50 1 31 60
Binary 10011000 1011100 1011011 0 100111 101000 101000 1 11001 110000

Color Harmonies of #985C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C5B

Black with #985C5B

Text Example


Text Example

White with #985C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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