#816467

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

Shades of Empress #816467

Tints of Empress #816467

Color information

#816467 (or 0x816467) is unknown color: approx Empress. HEX triplet: 81, 64 and 67. RGB value is (129,100,103). Sum of RGB (Red+Green+Blue) = 129+100+103=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816467 is #7E9B98. Grayscale: #6D6D6D. Windows color (decimal): -8297369 or 6775937. OLE color: 6775937.

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

Color convert

RGB129100103-
CMYK00.220.200.49
HSL353.79º12.66%44.9%-
HSV(B)353.79º22.48%50.59%-
XYZ16.0614.7614.83-
YUV109.01124.61142.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=38.86%
G=30.12%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910010300.220.200.49353.7912.6644.9
Hex8164670161431162d2d
Octal20114414702624615421555
Binary1000000111001001100111010110101001100011011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816467; }

 p { color: rgb(129,100,103); }

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

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

 a { background-color: rgb(129,100,103); }

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

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

 span { border-color: rgb(129,100,103); }

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