#8E6B6D

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

Shades of Empress #8E6B6D

Tints of Empress #8E6B6D

Color information

#8E6B6D (or 0x8E6B6D) is unknown color: approx Empress. HEX triplet: 8E, 6B and 6D. RGB value is (142,107,109). Sum of RGB (Red+Green+Blue) = 142+107+109=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B6D is #719492. Grayscale: #757575. Windows color (decimal): -7443603 or 7170958. OLE color: 7170958.

HSL color Cylindrical-coordinate representation of color #8E6B6D: hue angle of 356.57º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6B6D is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB142107109-
CMYK00.250.230.44
HSL356.57º14.06%48.82%-
HSV(B)356.57º24.65%55.69%-
XYZ19.1717.3716.81-
YUV117.69123.1145.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=39.66%
G=29.89%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210710900.250.230.44356.5714.0648.82
Hex8E6B6D019172C165e31
Octal21615315503127545451661
Binary1000111011010111101101011001101111011001011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,109); }

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

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

 a { background-color: rgb(142,107,109); }

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

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

 span { border-color: rgb(142,107,109); }

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