Html Css Color HEX #816E6F Empress

📋 copy color: '#816E6F'

red 129 ◦ green 110 ◦ blue 111

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

Shades of Empress #816E6F

Tints of Empress #816E6F

RGB

 RED value IS 129 (50.78% from 255) = 36.86%

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

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

R = 36.86%
G = 31.43%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#816E6F (or 0x816E6F) is known color: Empress. HEX triplet: 81, 6E and 6F. RGB value is (129,110,111). Sum of RGB (Red+Green+Blue) = 129+110+111=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #816E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E6F is #7E9190. Grayscale: #737373. Windows color (decimal): -8294801 or 7302785. OLE color: 7302785.

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

Color convert

RGB 129 110 111 -
CMYK 0 0.15 0.14 0.49
HSL 356.84º 0.08% 0.47% -
HSV(B) 356.84º 0.15% 0.51% -
XYZ 17.5 16.97 17.39 -
YUV 115.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 129 110 111 0 0.15 0.14 0.49 356.84 0.08 0.47
Hex 81 6E 6F 0 F E 31 165 8 2F
Octal 201 156 157 0 17 16 61 545 10 57
Binary 10000001 1101110 1101111 0 1111 1110 110001 101100101 1000 101111

Color Harmonies of #816E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E6F

Black with #816E6F

Text Example


Text Example

White with #816E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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