Html Css Color HEX #8B6A6D Empress

📋 copy color: '#8B6A6D'

red 139 ◦ green 106 ◦ blue 109

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

Shades of Empress #8B6A6D

Tints of Empress #8B6A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

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

R = 39.27%
G = 29.94%
B = 30.79%

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

#8B6A6D (or 0x8B6A6D) is known color: Empress. HEX triplet: 8B, 6A and 6D. RGB value is (139,106,109). Sum of RGB (Red+Green+Blue) = 139+106+109=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A6D is #749592. Grayscale: #747474. Windows color (decimal): -7640467 or 7170699. OLE color: 7170699.

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

Color convert

RGB 139 106 109 -
CMYK 0 0.24 0.22 0.45
HSL 354.55º 0.13% 0.48% -
HSV(B) 354.55º 0.24% 0.55% -
XYZ 18.56 16.9 16.75 -
YUV 116.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 139 106 109 0 0.24 0.22 0.45 354.55 0.13 0.48
Hex 8B 6A 6D 0 18 16 2D 163 D 30
Octal 213 152 155 0 30 26 55 543 15 60
Binary 10001011 1101010 1101101 0 11000 10110 101101 101100011 1101 110000

Color Harmonies of #8B6A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6A6D

Black with #8B6A6D

Text Example


Text Example

White with #8B6A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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