#98615D

Color #98615D Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #98615D

Tints of Rose Taupe #98615D

Color information

#98615D (or 0x98615D) is unknown color: approx Rose Taupe. HEX triplet: 98, 61 and 5D. RGB value is (152,97,93). Sum of RGB (Red+Green+Blue) = 152+97+93=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98615D is #679EA2. Grayscale: #717171. Windows color (decimal): -6790819 or 6119832. OLE color: 6119832.

HSL color Cylindrical-coordinate representation of color #98615D: hue angle of 4.07º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98615D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1529793-
CMYK00.360.390.40
HSL4.07º24.08%48.04%-
HSV(B)4.07º38.82%59.61%-
XYZ19.216.0212.44-
YUV112.99116.72155.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=44.44%
G=28.36%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152979300.360.390.404.0724.0848.04
Hex98615D024272841830
Octal230141135044475043060
Binary1001100011000011011101010010010011110100010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98615D; }

 p { color: rgb(152,97,93); }

 H1.HeaderClassName
 {
   color: #98615D;
 }
 .AnyTagClassName
 {
   color: #98615D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #98615D;
 }
 .BgClassName
 {
   background-color: #98615D;
 }
</style>
border-color css

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

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

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