Html Css Color HEX #985856 Rose Taupe

📋 copy color: '#985856'

red 152 ◦ green 88 ◦ blue 86

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

Shades of Rose Taupe #985856

Tints of Rose Taupe #985856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 46.63%
G = 26.99%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#985856 (or 0x985856) is known color: Rose Taupe. HEX triplet: 98, 58 and 56. RGB value is (152,88,86). Sum of RGB (Red+Green+Blue) = 152+88+86=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985856 is #67A7A9. Grayscale: #6A6A6A. Windows color (decimal): -6793130 or 5658776. OLE color: 5658776.

HSL color Cylindrical-coordinate representation of color #985856: hue angle of 1.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985856 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 86 -
CMYK 0 0.42 0.43 0.40
HSL 1.82º 0.28% 0.47% -
HSV(B) 1.82º 0.43% 0.6% -
XYZ 18.12 14.33 10.61 -
YUV 106.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 152 88 86 0 0.42 0.43 0.40 1.82 0.28 0.47
Hex 98 58 56 0 2A 2B 28 2 1C 2F
Octal 230 130 126 0 52 53 50 2 34 57
Binary 10011000 1011000 1010110 0 101010 101011 101000 10 11100 101111

Color Harmonies of #985856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985856

Black with #985856

Text Example


Text Example

White with #985856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985856; }

 p { color: rgb(152,88,86); }

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

background-color css

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

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

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

border-color css

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

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

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