Html Css Color HEX #8A696C Empress

📋 copy color: '#8A696C'

red 138 ◦ green 105 ◦ blue 108

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

Shades of Empress #8A696C

Tints of Empress #8A696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 39.32%
G = 29.91%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A696C (or 0x8A696C) is known color: Empress. HEX triplet: 8A, 69 and 6C. RGB value is (138,105,108). Sum of RGB (Red+Green+Blue) = 138+105+108=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A696C is #759693. Grayscale: #737373. Windows color (decimal): -7706260 or 7104906. OLE color: 7104906.

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

Color convert

RGB 138 105 108 -
CMYK 0 0.24 0.22 0.46
HSL 354.55º 0.14% 0.48% -
HSV(B) 354.55º 0.24% 0.54% -
XYZ 18.24 16.59 16.43 -
YUV 115.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 138 105 108 0 0.24 0.22 0.46 354.55 0.14 0.48
Hex 8A 69 6C 0 18 16 2E 163 E 30
Octal 212 151 154 0 30 26 56 543 16 60
Binary 10001010 1101001 1101100 0 11000 10110 101110 101100011 1110 110000

Color Harmonies of #8A696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A696C

Black with #8A696C

Text Example


Text Example

White with #8A696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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