#8C615B

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

Shades of Rose Taupe #8C615B

Tints of Rose Taupe #8C615B

Color information

#8C615B (or 0x8C615B) is unknown color: approx Rose Taupe. HEX triplet: 8C, 61 and 5B. RGB value is (140,97,91). Sum of RGB (Red+Green+Blue) = 140+97+91=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C615B is #739EA4. Grayscale: #6D6D6D. Windows color (decimal): -7577253 or 5988748. OLE color: 5988748.

HSL color Cylindrical-coordinate representation of color #8C615B: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C615B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1409791-
CMYK00.310.350.45
HSL7.35º21.21%45.29%-
HSV(B)7.35º35%54.9%-
XYZ16.9814.8811.87-
YUV109.17117.75149.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=42.68%
G=29.57%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140979100.310.350.457.3521.2145.29
Hex8C615B01F232D7152d
Octal214141133037435572555
Binary100011001100001101101101111110001110110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,91); }

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

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

 a { background-color: rgb(140,97,91); }

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

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

 span { border-color: rgb(140,97,91); }

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