Html Css Color HEX #8A686A Empress

📋 copy color: '#8A686A'

red 138 ◦ green 104 ◦ blue 106

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

Shades of Empress #8A686A

Tints of Empress #8A686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 39.66%
G = 29.89%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A686A (or 0x8A686A) is known color: Empress. HEX triplet: 8A, 68 and 6A. RGB value is (138,104,106). Sum of RGB (Red+Green+Blue) = 138+104+106=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A686A is #759795. Grayscale: #727272. Windows color (decimal): -7706518 or 6973578. OLE color: 6973578.

HSL color Cylindrical-coordinate representation of color #8A686A: hue angle of 356.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A686A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 106 -
CMYK 0 0.25 0.23 0.46
HSL 356.47º 0.14% 0.47% -
HSV(B) 356.47º 0.25% 0.54% -
XYZ 18.03 16.34 15.84 -
YUV 114.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 138 104 106 0 0.25 0.23 0.46 356.47 0.14 0.47
Hex 8A 68 6A 0 19 17 2E 164 E 2F
Octal 212 150 152 0 31 27 56 544 16 57
Binary 10001010 1101000 1101010 0 11001 10111 101110 101100100 1110 101111

Color Harmonies of #8A686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A686A

Black with #8A686A

Text Example


Text Example

White with #8A686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,106); }

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

background-color css

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

 a { background-color: rgb(138,104,106); }

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

border-color css

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

 span { border-color: rgb(138,104,106); }

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