#985C5C

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

Shades of Rose Taupe #985C5C

Tints of Rose Taupe #985C5C

Color information

#985C5C (or 0x985C5C) is unknown color: approx Rose Taupe. HEX triplet: 98, 5C and 5C. RGB value is (152,92,92). Sum of RGB (Red+Green+Blue) = 152+92+92=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5C is #67A3A3. Grayscale: #6E6E6E. Windows color (decimal): -6792100 or 6053016. OLE color: 6053016.

HSL color Cylindrical-coordinate representation of color #985C5C: 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.39%. Process color model (Four color, CMYK) of #985C5C is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1529292-
CMYK00.390.390.40
HSL24.59%47.84%-
HSV(B)39.47%59.61%-
XYZ18.7115.112.05-
YUV109.94117.88158-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152929200.390.390.40024.5947.84
Hex985C5C027272801930
Octal230134134047475003160
Binary10011000101110010111000100111100111101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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