Html Css Color HEX #806B6C Empress

📋 copy color: '#806B6C'

red 128 ◦ green 107 ◦ blue 108

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

Shades of Empress #806B6C

Tints of Empress #806B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 37.32%
G = 31.2%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#806B6C (or 0x806B6C) is known color: 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

RGB 128 107 108 -
CMYK 0 0.16 0.16 0.50
HSL 357.14º 0.09% 0.46% -
HSV(B) 357.14º 0.16% 0.5% -
XYZ 16.87 16.19 16.42 -
YUV 113.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 128 107 108 0 0.16 0.16 0.50 357.14 0.09 0.46
Hex 80 6B 6C 0 10 10 32 165 9 2E
Octal 200 153 154 0 20 20 62 545 11 56
Binary 10000000 1101011 1101100 0 10000 10000 110010 101100101 1001 101110

Color Harmonies of #806B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B6C

Black with #806B6C

Text Example


Text Example

White with #806B6C

Text Example


Text Example

HTML Codes & Css Web 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>