Html Css Color HEX #806E6F Empress

📋 copy color: '#806E6F'

red 128 ◦ green 110 ◦ blue 111

#806E6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #806E6F

Tints of Empress #806E6F

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 36.68%
G = 31.52%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#806E6F (or 0x806E6F) is known color: Empress. HEX triplet: 80, 6E and 6F. RGB value is (128,110,111). Sum of RGB (Red+Green+Blue) = 128+110+111=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #806E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E6F is #7F9190. Grayscale: #737373. Windows color (decimal): -8360337 or 7302784. OLE color: 7302784.

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

Color convert

RGB 128 110 111 -
CMYK 0 0.14 0.13 0.50
HSL 356.67º 0.08% 0.47% -
HSV(B) 356.67º 0.14% 0.5% -
XYZ 17.35 16.89 17.38 -
YUV 115.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 128 110 111 0 0.14 0.13 0.50 356.67 0.08 0.47
Hex 80 6E 6F 0 E D 32 165 8 2F
Octal 200 156 157 0 16 15 62 545 10 57
Binary 10000000 1101110 1101111 0 1110 1101 110010 101100101 1000 101111

Color Harmonies of #806E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E6F

Black with #806E6F

Text Example


Text Example

White with #806E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,110,111); }

 H1.HeaderClassName
 {
   color: #806E6F;
 }
 .AnyTagClassName
 {
   color: #806E6F;
 }
</style>

background-color css

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

 a { background-color: rgb(128,110,111); }

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

border-color css

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

 span { border-color: rgb(128,110,111); }

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