Html Css Color HEX #816A6B Empress

📋 copy color: '#816A6B'

red 129 ◦ green 106 ◦ blue 107

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

Shades of Empress #816A6B

Tints of Empress #816A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 37.72%
G = 30.99%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#816A6B (or 0x816A6B) is known color: Empress. HEX triplet: 81, 6A and 6B. RGB value is (129,106,107). Sum of RGB (Red+Green+Blue) = 129+106+107=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #816A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A6B is #7E9594. Grayscale: #717171. Windows color (decimal): -8295829 or 7039617. OLE color: 7039617.

HSL color Cylindrical-coordinate representation of color #816A6B: hue angle of 357.39º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816A6B is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 106 107 -
CMYK 0 0.18 0.17 0.49
HSL 357.39º 0.1% 0.46% -
HSV(B) 357.39º 0.18% 0.51% -
XYZ 16.86 16.04 16.12 -
YUV 112.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 129 106 107 0 0.18 0.17 0.49 357.39 0.1 0.46
Hex 81 6A 6B 0 12 11 31 165 A 2E
Octal 201 152 153 0 22 21 61 545 12 56
Binary 10000001 1101010 1101011 0 10010 10001 110001 101100101 1010 101110

Color Harmonies of #816A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A6B

Black with #816A6B

Text Example


Text Example

White with #816A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,106,107); }

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

background-color css

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

 a { background-color: rgb(129,106,107); }

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

border-color css

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

 span { border-color: rgb(129,106,107); }

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