Html Css Color HEX #8D6B6E Empress

📋 copy color: '#8D6B6E'

red 141 ◦ green 107 ◦ blue 110

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

Shades of Empress #8D6B6E

Tints of Empress #8D6B6E

RGB

 RED value IS 141 (55.47% from 255) = 39.39%

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 39.39%
G = 29.89%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D6B6E (or 0x8D6B6E) is known color: Empress. HEX triplet: 8D, 6B and 6E. RGB value is (141,107,110). Sum of RGB (Red+Green+Blue) = 141+107+110=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B6E is #729491. Grayscale: #757575. Windows color (decimal): -7509138 or 7236493. OLE color: 7236493.

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

Color convert

RGB 141 107 110 -
CMYK 0 0.24 0.22 0.45
HSL 354.71º 0.14% 0.49% -
HSV(B) 354.71º 0.24% 0.55% -
XYZ 19.06 17.3 17.09 -
YUV 117.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 141 107 110 0 0.24 0.22 0.45 354.71 0.14 0.49
Hex 8D 6B 6E 0 18 16 2D 163 E 31
Octal 215 153 156 0 30 26 55 543 16 61
Binary 10001101 1101011 1101110 0 11000 10110 101101 101100011 1110 110001

Color Harmonies of #8D6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6B6E

Black with #8D6B6E

Text Example


Text Example

White with #8D6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,107,110); }

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

background-color css

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

 a { background-color: rgb(141,107,110); }

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

border-color css

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

 span { border-color: rgb(141,107,110); }

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