Html Css Color HEX #8B6D6E Empress

📋 copy color: '#8B6D6E'

red 139 ◦ green 109 ◦ blue 110

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

Shades of Empress #8B6D6E

Tints of Empress #8B6D6E

RGB

 RED value IS 139 (54.69% from 255) = 38.83%

 GREEN value IS 109 (42.97% from 255) = 30.45%

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

R = 38.83%
G = 30.45%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B6D6E (or 0x8B6D6E) is known color: Empress. HEX triplet: 8B, 6D and 6E. RGB value is (139,109,110). Sum of RGB (Red+Green+Blue) = 139+109+110=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D6E is #749291. Grayscale: #767676. Windows color (decimal): -7639698 or 7237003. OLE color: 7237003.

HSL color Cylindrical-coordinate representation of color #8B6D6E: 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.22%. Process color model (Four color, CMYK) of #8B6D6E is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 109 110 -
CMYK 0 0.22 0.21 0.45
HSL 358º 0.12% 0.49% -
HSV(B) 358º 0.22% 0.55% -
XYZ 18.93 17.55 17.14 -
YUV 118.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 139 109 110 0 0.22 0.21 0.45 358 0.12 0.49
Hex 8B 6D 6E 0 16 15 2D 166 C 31
Octal 213 155 156 0 26 25 55 546 14 61
Binary 10001011 1101101 1101110 0 10110 10101 101101 101100110 1100 110001

Color Harmonies of #8B6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6D6E

Black with #8B6D6E

Text Example


Text Example

White with #8B6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,109,110); }

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

background-color css

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

 a { background-color: rgb(139,109,110); }

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

border-color css

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

 span { border-color: rgb(139,109,110); }

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