#8C6D72

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

Shades of Empress #8C6D72

Tints of Empress #8C6D72

Color information

#8C6D72 (or 0x8C6D72) is unknown color: approx Empress. HEX triplet: 8C, 6D and 72. RGB value is (140,109,114). Sum of RGB (Red+Green+Blue) = 140+109+114=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D72 is #73928D. Grayscale: #767676. Windows color (decimal): -7574158 or 7499148. OLE color: 7499148.

HSL color Cylindrical-coordinate representation of color #8C6D72: hue angle of 350.32º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C6D72 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB140109114-
CMYK00.220.190.45
HSL350.32º12.45%48.82%-
HSV(B)350.32º22.14%54.9%-
XYZ19.3217.7318.32-
YUV118.84125.27143.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=38.57%
G=30.03%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010911400.220.190.45350.3212.4548.82
Hex8C6D72016132D15ec31
Octal21415516202623555361461
Binary1000110011011011110010010110100111011011010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,114); }

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

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

 a { background-color: rgb(140,109,114); }

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

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

 span { border-color: rgb(140,109,114); }

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