#866667

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

Shades of Empress #866667

Tints of Empress #866667

Color information

#866667 (or 0x866667) is unknown color: approx Empress. HEX triplet: 86, 66 and 67. RGB value is (134,102,103). Sum of RGB (Red+Green+Blue) = 134+102+103=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #866667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866667 is #799998. Grayscale: #6F6F6F. Windows color (decimal): -7969177 or 6776454. OLE color: 6776454.

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

Color convert

RGB134102103-
CMYK00.240.230.47
HSL358.12º13.56%46.27%-
HSV(B)358.12º23.88%52.55%-
XYZ17.0315.5514.94-
YUV111.68123.1143.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=39.53%
G=30.09%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410210300.240.230.47358.1213.5646.27
Hex866667018172F166e2e
Octal20614614703027575461656
Binary1000011011001101100111011000101111011111011001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866667; }

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

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

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

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

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

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

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

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