#8A696C

Color #8A696C Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #8A696C

Tints of Empress #8A696C

Color information

#8A696C (or 0x8A696C) is unknown color: approx 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

RGB138105108-
CMYK00.240.220.46
HSL354.55º13.58%47.65%-
HSV(B)354.55º23.91%54.12%-
XYZ18.2416.5916.43-
YUV115.21123.93144.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810510800.240.220.46354.5513.5847.65
Hex8A696C018162E163e30
Octal21215115403026565431660
Binary1000101011010011101100011000101101011101011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>