#867375

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

Shades of Empress #867375

Tints of Empress #867375

Color information

#867375 (or 0x867375) is unknown color: approx Empress. HEX triplet: 86, 73 and 75. RGB value is (134,115,117). Sum of RGB (Red+Green+Blue) = 134+115+117=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867375 is #798C8A. Grayscale: #787878. Windows color (decimal): -7965835 or 7697286. OLE color: 7697286.

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

Color convert

RGB134115117-
CMYK00.140.130.47
HSL353.68º7.63%48.82%-
HSV(B)353.68º14.18%52.55%-
XYZ19.1718.6119.41-
YUV120.91125.79137.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=36.61%
G=31.42%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411511700.140.130.47353.687.6348.82
Hex8673750ED2F162831
Octal20616316501615575421061
Binary10000110111001111101010111011011011111011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867375; }

 p { color: rgb(134,115,117); }

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

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

 a { background-color: rgb(134,115,117); }

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

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

 span { border-color: rgb(134,115,117); }

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