#8B696A

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

Shades of Empress #8B696A

Tints of Empress #8B696A

Color information

#8B696A (or 0x8B696A) is unknown color: approx Empress. HEX triplet: 8B, 69 and 6A. RGB value is (139,105,106). Sum of RGB (Red+Green+Blue) = 139+105+106=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696A is #749695. Grayscale: #737373. Windows color (decimal): -7640726 or 6973835. OLE color: 6973835.

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

Color convert

RGB139105106-
CMYK00.240.240.45
HSL358.24º13.93%47.84%-
HSV(B)358.24º24.46%54.51%-
XYZ18.316.6315.88-
YUV115.28122.76144.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=39.71%
G=30%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910510600.240.240.45358.2413.9347.84
Hex8B696A018182D166e30
Octal21315115203030555461660
Binary1000101111010011101010011000110001011011011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,106); }

 H1.HeaderClassName
 {
   color: #8B696A;
 }
 .AnyTagClassName
 {
   color: #8B696A;
 }
</style>
background-color css

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

 a { background-color: rgb(139,105,106); }

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

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

 span { border-color: rgb(139,105,106); }

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