Html Css Color HEX #816E70 Empress

📋 copy color: '#816E70'

red 129 ◦ green 110 ◦ blue 112

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

Shades of Empress #816E70

Tints of Empress #816E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 36.75%
G = 31.34%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#816E70 (or 0x816E70) is known color: Empress. HEX triplet: 81, 6E and 70. RGB value is (129,110,112). Sum of RGB (Red+Green+Blue) = 129+110+112=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 129 - color contains mainly: red. Hex color #816E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E70 is #7E918F. Grayscale: #737373. Windows color (decimal): -8294800 or 7368321. OLE color: 7368321.

HSL color Cylindrical-coordinate representation of color #816E70: hue angle of 353.68º 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 #816E70 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 110 112 -
CMYK 0 0.15 0.13 0.49
HSL 353.68º 0.08% 0.47% -
HSV(B) 353.68º 0.15% 0.51% -
XYZ 17.55 16.99 17.68 -
YUV 115.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 129 110 112 0 0.15 0.13 0.49 353.68 0.08 0.47
Hex 81 6E 70 0 F D 31 162 8 2F
Octal 201 156 160 0 17 15 61 542 10 57
Binary 10000001 1101110 1110000 0 1111 1101 110001 101100010 1000 101111

Color Harmonies of #816E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E70

Black with #816E70

Text Example


Text Example

White with #816E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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