Html Css Color HEX #8A696D Empress

📋 copy color: '#8A696D'

red 138 ◦ green 105 ◦ blue 109

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

Shades of Empress #8A696D

Tints of Empress #8A696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

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

R = 39.2%
G = 29.83%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A696D (or 0x8A696D) is known color: Empress. HEX triplet: 8A, 69 and 6D. RGB value is (138,105,109). Sum of RGB (Red+Green+Blue) = 138+105+109=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A696D is #759692. Grayscale: #737373. Windows color (decimal): -7706259 or 7170442. OLE color: 7170442.

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

Color convert

RGB 138 105 109 -
CMYK 0 0.24 0.21 0.46
HSL 352.73º 0.14% 0.48% -
HSV(B) 352.73º 0.24% 0.54% -
XYZ 18.29 16.61 16.71 -
YUV 115.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 138 105 109 0 0.24 0.21 0.46 352.73 0.14 0.48
Hex 8A 69 6D 0 18 15 2E 161 E 30
Octal 212 151 155 0 30 25 56 541 16 60
Binary 10001010 1101001 1101101 0 11000 10101 101110 101100001 1110 110000

Color Harmonies of #8A696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A696D

Black with #8A696D

Text Example


Text Example

White with #8A696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,105,109); }

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

background-color css

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

 a { background-color: rgb(138,105,109); }

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

border-color css

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

 span { border-color: rgb(138,105,109); }

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