#806B6C

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

Shades of Empress #806B6C

Tints of Empress #806B6C

Color information

#806B6C (or 0x806B6C) is unknown color: approx Empress. HEX triplet: 80, 6B and 6C. RGB value is (128,107,108). Sum of RGB (Red+Green+Blue) = 128+107+108=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B6C is #7F9493. Grayscale: #717171. Windows color (decimal): -8361108 or 7105408. OLE color: 7105408.

HSL color Cylindrical-coordinate representation of color #806B6C: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806B6C is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128107108-
CMYK00.160.160.50
HSL357.14º8.94%46.08%-
HSV(B)357.14º16.41%50.2%-
XYZ16.8716.1916.42-
YUV113.39124.96138.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=37.32%
G=31.20%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810710800.160.160.50357.148.9446.08
Hex806B6C010103216592e
Octal20015315402020625451156
Binary1000000011010111101100010000100001100101011001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B6C; }

 p { color: rgb(128,107,108); }

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

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

 a { background-color: rgb(128,107,108); }

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

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

 span { border-color: rgb(128,107,108); }

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