Html Css Color HEX #8C6B6E Empress

📋 copy color: '#8C6B6E'

red 140 ◦ green 107 ◦ blue 110

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

Shades of Empress #8C6B6E

Tints of Empress #8C6B6E

RGB

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

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

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

R = 39.22%
G = 29.97%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C6B6E (or 0x8C6B6E) is known color: Empress. HEX triplet: 8C, 6B and 6E. RGB value is (140,107,110). Sum of RGB (Red+Green+Blue) = 140+107+110=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B6E is #739491. Grayscale: #757575. Windows color (decimal): -7574674 or 7236492. OLE color: 7236492.

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

Color convert

RGB 140 107 110 -
CMYK 0 0.24 0.21 0.45
HSL 354.55º 0.13% 0.48% -
HSV(B) 354.55º 0.24% 0.55% -
XYZ 18.89 17.22 17.08 -
YUV 117.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 140 107 110 0 0.24 0.21 0.45 354.55 0.13 0.48
Hex 8C 6B 6E 0 18 15 2D 163 D 30
Octal 214 153 156 0 30 25 55 543 15 60
Binary 10001100 1101011 1101110 0 11000 10101 101101 101100011 1101 110000

Color Harmonies of #8C6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B6E

Black with #8C6B6E

Text Example


Text Example

White with #8C6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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