Html Css Color HEX #806B6D Empress

📋 copy color: '#806B6D'

red 128 ◦ green 107 ◦ blue 109

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

Shades of Empress #806B6D

Tints of Empress #806B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 37.21%
G = 31.1%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#806B6D (or 0x806B6D) is known color: Empress. HEX triplet: 80, 6B and 6D. RGB value is (128,107,109). Sum of RGB (Red+Green+Blue) = 128+107+109=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B6D is #7F9492. Grayscale: #717171. Windows color (decimal): -8361107 or 7170944. OLE color: 7170944.

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

Color convert

RGB 128 107 109 -
CMYK 0 0.16 0.15 0.50
HSL 354.29º 0.09% 0.46% -
HSV(B) 354.29º 0.16% 0.5% -
XYZ 16.92 16.21 16.7 -
YUV 113.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 128 107 109 0 0.16 0.15 0.50 354.29 0.09 0.46
Hex 80 6B 6D 0 10 F 32 162 9 2E
Octal 200 153 155 0 20 17 62 542 11 56
Binary 10000000 1101011 1101101 0 10000 1111 110010 101100010 1001 101110

Color Harmonies of #806B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B6D

Black with #806B6D

Text Example


Text Example

White with #806B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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