Html Css Color HEX #8D6B6D Empress

📋 copy color: '#8D6B6D'

red 141 ◦ green 107 ◦ blue 109

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

Shades of Empress #8D6B6D

Tints of Empress #8D6B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 39.5%
G = 29.97%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D6B6D (or 0x8D6B6D) is known color: Empress. HEX triplet: 8D, 6B and 6D. RGB value is (141,107,109). Sum of RGB (Red+Green+Blue) = 141+107+109=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B6D is #729492. Grayscale: #757575. Windows color (decimal): -7509139 or 7170957. OLE color: 7170957.

HSL color Cylindrical-coordinate representation of color #8D6B6D: hue angle of 356.47º 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 #8D6B6D is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 107 109 -
CMYK 0 0.24 0.23 0.45
HSL 356.47º 0.14% 0.49% -
HSV(B) 356.47º 0.24% 0.55% -
XYZ 19 17.28 16.8 -
YUV 117.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 141 107 109 0 0.24 0.23 0.45 356.47 0.14 0.49
Hex 8D 6B 6D 0 18 17 2D 164 E 31
Octal 215 153 155 0 30 27 55 544 16 61
Binary 10001101 1101011 1101101 0 11000 10111 101101 101100100 1110 110001

Color Harmonies of #8D6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6B6D

Black with #8D6B6D

Text Example


Text Example

White with #8D6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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