Html Css Color HEX #8C6E6F Empress

📋 copy color: '#8C6E6F'

red 140 ◦ green 110 ◦ blue 111

#8C6E6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #8C6E6F

Tints of Empress #8C6E6F

RGB

 RED value IS 140 (55.08% from 255) = 38.78%

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 38.78%
G = 30.47%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C6E6F (or 0x8C6E6F) is known color: Empress. HEX triplet: 8C, 6E and 6F. RGB value is (140,110,111). Sum of RGB (Red+Green+Blue) = 140+110+111=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E6F is #739190. Grayscale: #777777. Windows color (decimal): -7573905 or 7302796. OLE color: 7302796.

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

Color convert

RGB 140 110 111 -
CMYK 0 0.21 0.21 0.45
HSL 358º 0.12% 0.49% -
HSV(B) 358º 0.21% 0.55% -
XYZ 19.26 17.88 17.47 -
YUV 119.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 140 110 111 0 0.21 0.21 0.45 358 0.12 0.49
Hex 8C 6E 6F 0 15 15 2D 166 C 31
Octal 214 156 157 0 25 25 55 546 14 61
Binary 10001100 1101110 1101111 0 10101 10101 101101 101100110 1100 110001

Color Harmonies of #8C6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6E6F

Black with #8C6E6F

Text Example


Text Example

White with #8C6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,110,111); }

 H1.HeaderClassName
 {
   color: #8C6E6F;
 }
 .AnyTagClassName
 {
   color: #8C6E6F;
 }
</style>

background-color css

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

 a { background-color: rgb(140,110,111); }

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

border-color css

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

 span { border-color: rgb(140,110,111); }

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