#806367

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

Shades of Empress #806367

Tints of Empress #806367

Color information

#806367 (or 0x806367) is unknown color: approx Empress. HEX triplet: 80, 63 and 67. RGB value is (128,99,103). Sum of RGB (Red+Green+Blue) = 128+99+103=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806367 is #7F9C98. Grayscale: #6C6C6C. Windows color (decimal): -8363161 or 6775680. OLE color: 6775680.

HSL color Cylindrical-coordinate representation of color #806367: hue angle of 351.72º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806367 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12899103-
CMYK00.230.200.50
HSL351.72º12.78%44.51%-
HSV(B)351.72º22.66%50.2%-
XYZ15.8114.4914.8-
YUV108.13125.11142.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=38.79%
G=30%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289910300.230.200.50351.7212.7844.51
Hex8063670171432160d2d
Octal20014314702724625401555
Binary1000000011000111100111010111101001100101011000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806367; }

 p { color: rgb(128,99,103); }

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

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

 a { background-color: rgb(128,99,103); }

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

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

 span { border-color: rgb(128,99,103); }

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