Html Css Color HEX #985B5B Rose Taupe

📋 copy color: '#985B5B'

red 152 ◦ green 91 ◦ blue 91

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

Shades of Rose Taupe #985B5B

Tints of Rose Taupe #985B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 45.51%
G = 27.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#985B5B (or 0x985B5B) is known color: Rose Taupe. HEX triplet: 98, 5B and 5B. RGB value is (152,91,91). Sum of RGB (Red+Green+Blue) = 152+91+91=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B5B is #67A4A4. Grayscale: #6D6D6D. Windows color (decimal): -6792357 or 5987224. OLE color: 5987224.

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

Color convert

RGB 152 91 91 -
CMYK 0 0.40 0.40 0.40
HSL 0.25% 0.48% -
HSV(B) 0.4% 0.6% -
XYZ 18.58 14.91 11.8 -
YUV 109.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 152 91 91 0 0.40 0.40 0.40 0 0.25 0.48
Hex 98 5B 5B 0 28 28 28 0 19 30
Octal 230 133 133 0 50 50 50 0 31 60
Binary 10011000 1011011 1011011 0 101000 101000 101000 0 11001 110000

Color Harmonies of #985B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B5B

Black with #985B5B

Text Example


Text Example

White with #985B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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