#8B696B

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

Shades of Empress #8B696B

Tints of Empress #8B696B

Color information

#8B696B (or 0x8B696B) is unknown color: approx Empress. HEX triplet: 8B, 69 and 6B. RGB value is (139,105,107). Sum of RGB (Red+Green+Blue) = 139+105+107=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696B is #749694. Grayscale: #737373. Windows color (decimal): -7640725 or 7039371. OLE color: 7039371.

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

Color convert

RGB139105107-
CMYK00.240.230.45
HSL356.47º13.93%47.84%-
HSV(B)356.47º24.46%54.51%-
XYZ18.3516.6516.16-
YUV115.39123.26144.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=39.60%
G=29.91%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910510700.240.230.45356.4713.9347.84
Hex8B696B018172D164e30
Octal21315115303027555441660
Binary1000101111010011101011011000101111011011011001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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