Html Css Color HEX #985E5A Rose Taupe

📋 copy color: '#985E5A'

red 152 ◦ green 94 ◦ blue 90

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

Shades of Rose Taupe #985E5A

Tints of Rose Taupe #985E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 45.24%
G = 27.98%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#985E5A (or 0x985E5A) is known color: Rose Taupe. HEX triplet: 98, 5E and 5A. RGB value is (152,94,90). Sum of RGB (Red+Green+Blue) = 152+94+90=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E5A is #67A1A5. Grayscale: #6E6E6E. Windows color (decimal): -6791590 or 5922456. OLE color: 5922456.

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

Color convert

RGB 152 94 90 -
CMYK 0 0.38 0.41 0.40
HSL 3.87º 0.26% 0.47% -
HSV(B) 3.87º 0.41% 0.6% -
XYZ 18.8 15.42 11.66 -
YUV 110.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 152 94 90 0 0.38 0.41 0.40 3.87 0.26 0.47
Hex 98 5E 5A 0 26 29 28 4 1A 2F
Octal 230 136 132 0 46 51 50 4 32 57
Binary 10011000 1011110 1011010 0 100110 101001 101000 100 11010 101111

Color Harmonies of #985E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E5A

Black with #985E5A

Text Example


Text Example

White with #985E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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