#8B696C

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

Shades of Empress #8B696C

Tints of Empress #8B696C

Color information

#8B696C (or 0x8B696C) is unknown color: approx Empress. HEX triplet: 8B, 69 and 6C. RGB value is (139,105,108). Sum of RGB (Red+Green+Blue) = 139+105+108=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696C is #749693. Grayscale: #737373. Windows color (decimal): -7640724 or 7104907. OLE color: 7104907.

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

Color convert

RGB139105108-
CMYK00.240.220.45
HSL354.71º13.93%47.84%-
HSV(B)354.71º24.46%54.51%-
XYZ18.4116.6716.44-
YUV115.51123.76144.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=39.49%
G=29.83%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910510800.240.220.45354.7113.9347.84
Hex8B696C018162D163e30
Octal21315115403026555431660
Binary1000101111010011101100011000101101011011011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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