Html Css Color HEX #806B6E Empress

📋 copy color: '#806B6E'

red 128 ◦ green 107 ◦ blue 110

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

Shades of Empress #806B6E

Tints of Empress #806B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 37.1%
G = 31.01%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#806B6E (or 0x806B6E) is known color: Empress. HEX triplet: 80, 6B and 6E. RGB value is (128,107,110). Sum of RGB (Red+Green+Blue) = 128+107+110=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B6E is #7F9491. Grayscale: #717171. Windows color (decimal): -8361106 or 7236480. OLE color: 7236480.

HSL color Cylindrical-coordinate representation of color #806B6E: hue angle of 351.43º 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 #806B6E is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 110 -
CMYK 0 0.16 0.14 0.50
HSL 351.43º 0.09% 0.46% -
HSV(B) 351.43º 0.16% 0.5% -
XYZ 16.97 16.23 16.99 -
YUV 113.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 128 107 110 0 0.16 0.14 0.50 351.43 0.09 0.46
Hex 80 6B 6E 0 10 E 32 15F 9 2E
Octal 200 153 156 0 20 16 62 537 11 56
Binary 10000000 1101011 1101110 0 10000 1110 110010 101011111 1001 101110

Color Harmonies of #806B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B6E

Black with #806B6E

Text Example


Text Example

White with #806B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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