#8F615C

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

Shades of Rose Taupe #8F615C

Tints of Rose Taupe #8F615C

Color information

#8F615C (or 0x8F615C) is unknown color: approx Rose Taupe. HEX triplet: 8F, 61 and 5C. RGB value is (143,97,92). Sum of RGB (Red+Green+Blue) = 143+97+92=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F615C is #709EA3. Grayscale: #6E6E6E. Windows color (decimal): -7380644 or 6054287. OLE color: 6054287.

HSL color Cylindrical-coordinate representation of color #8F615C: hue angle of 5.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F615C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1439792-
CMYK00.320.360.44
HSL5.88º21.7%46.08%-
HSV(B)5.88º35.66%56.08%-
XYZ17.5315.1612.13-
YUV110.18117.74151.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=43.07%
G=29.22%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143979200.320.360.445.8821.746.08
Hex8F615C020242C6162e
Octal217141134040445462656
Binary1000111111000011011100010000010010010110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F615C; }

 p { color: rgb(143,97,92); }

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

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

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

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

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

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

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