#8C6B70

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

Shades of Mauve Taupe #8C6B70

Tints of Mauve Taupe #8C6B70

Color information

#8C6B70 (or 0x8C6B70) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 6B and 70. RGB value is (140,107,112). Sum of RGB (Red+Green+Blue) = 140+107+112=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B70 is #73948F. Grayscale: #757575. Windows color (decimal): -7574672 or 7367564. OLE color: 7367564.

HSL color Cylindrical-coordinate representation of color #8C6B70: hue angle of 350.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B70 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB140107112-
CMYK00.240.200.45
HSL350.91º13.36%48.43%-
HSV(B)350.91º23.57%54.9%-
XYZ1917.2617.66-
YUV117.44124.93144.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=39.00%
G=29.81%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010711200.240.200.45350.9113.3648.43
Hex8C6B70018142D15fd30
Octal21415316003024555371560
Binary1000110011010111110000011000101001011011010111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,112); }

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

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

 a { background-color: rgb(140,107,112); }

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

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

 span { border-color: rgb(140,107,112); }

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