Html Css Color HEX #8A6B6E Empress

📋 copy color: '#8A6B6E'

red 138 ◦ green 107 ◦ blue 110

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

Shades of Empress #8A6B6E

Tints of Empress #8A6B6E

RGB

 RED value IS 138 (54.3% from 255) = 38.87%

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

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

R = 38.87%
G = 30.14%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A6B6E (or 0x8A6B6E) is known color: Empress. HEX triplet: 8A, 6B and 6E. RGB value is (138,107,110). Sum of RGB (Red+Green+Blue) = 138+107+110=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B6E is #759491. Grayscale: #747474. Windows color (decimal): -7705746 or 7236490. OLE color: 7236490.

HSL color Cylindrical-coordinate representation of color #8A6B6E: hue angle of 354.19º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B6E is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 107 110 -
CMYK 0 0.22 0.20 0.46
HSL 354.19º 0.13% 0.48% -
HSV(B) 354.19º 0.22% 0.54% -
XYZ 18.55 17.04 17.06 -
YUV 116.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 138 107 110 0 0.22 0.20 0.46 354.19 0.13 0.48
Hex 8A 6B 6E 0 16 14 2E 162 D 30
Octal 212 153 156 0 26 24 56 542 15 60
Binary 10001010 1101011 1101110 0 10110 10100 101110 101100010 1101 110000

Color Harmonies of #8A6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B6E

Black with #8A6B6E

Text Example


Text Example

White with #8A6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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