#866768

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

Shades of Empress #866768

Tints of Empress #866768

Color information

#866768 (or 0x866768) is unknown color: approx Empress. HEX triplet: 86, 67 and 68. RGB value is (134,103,104). Sum of RGB (Red+Green+Blue) = 134+103+104=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #866768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866768 is #799897. Grayscale: #707070. Windows color (decimal): -7968920 or 6842246. OLE color: 6842246.

HSL color Cylindrical-coordinate representation of color #866768: hue angle of 358.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #866768 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB134103104-
CMYK00.230.220.47
HSL358.06º13.08%46.47%-
HSV(B)358.06º23.13%52.55%-
XYZ17.1815.7715.23-
YUV112.38123.27143.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=39.30%
G=30.21%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410310400.230.220.47358.0613.0846.47
Hex866768017162F166d2e
Octal20614715002726575461556
Binary1000011011001111101000010111101101011111011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866768; }

 p { color: rgb(134,103,104); }

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

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

 a { background-color: rgb(134,103,104); }

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

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

 span { border-color: rgb(134,103,104); }

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