#806165

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

Shades of Empress #806165

Tints of Empress #806165

Color information

#806165 (or 0x806165) is unknown color: approx Empress. HEX triplet: 80, 61 and 65. RGB value is (128,97,101). Sum of RGB (Red+Green+Blue) = 128+97+101=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #806165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806165 is #7F9E9A. Grayscale: #6A6A6A. Windows color (decimal): -8363675 or 6644096. OLE color: 6644096.

HSL color Cylindrical-coordinate representation of color #806165: hue angle of 352.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806165 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB12897101-
CMYK00.240.210.50
HSL352.26º13.78%44.12%-
HSV(B)352.26º24.22%50.2%-
XYZ15.5314.0814.21-
YUV106.72124.77143.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=39.26%
G=29.75%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289710100.240.210.50352.2613.7844.12
Hex8061650181532160e2c
Octal20014114503025625401654
Binary1000000011000011100101011000101011100101011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806165; }

 p { color: rgb(128,97,101); }

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

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

 a { background-color: rgb(128,97,101); }

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

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

 span { border-color: rgb(128,97,101); }

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