Html Css Color HEX #81676A Empress

📋 copy color: '#81676A'

red 129 ◦ green 103 ◦ blue 106

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

Shades of Empress #81676A

Tints of Empress #81676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 38.17%
G = 30.47%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#81676A (or 0x81676A) is known color: Empress. HEX triplet: 81, 67 and 6A. RGB value is (129,103,106). Sum of RGB (Red+Green+Blue) = 129+103+106=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81676A is #7E9895. Grayscale: #6F6F6F. Windows color (decimal): -8296598 or 6973313. OLE color: 6973313.

HSL color Cylindrical-coordinate representation of color #81676A: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81676A is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 103 106 -
CMYK 0 0.20 0.18 0.49
HSL 353.08º 0.11% 0.45% -
HSV(B) 353.08º 0.2% 0.51% -
XYZ 16.51 15.41 15.74 -
YUV 111.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 129 103 106 0 0.20 0.18 0.49 353.08 0.11 0.45
Hex 81 67 6A 0 14 12 31 161 B 2D
Octal 201 147 152 0 24 22 61 541 13 55
Binary 10000001 1100111 1101010 0 10100 10010 110001 101100001 1011 101101

Color Harmonies of #81676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81676A

Black with #81676A

Text Example


Text Example

White with #81676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81676A; }

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

 H1.HeaderClassName
 {
   color: #81676A;
 }
 .AnyTagClassName
 {
   color: #81676A;
 }
</style>

background-color css

<style>
 a { background-color: #81676A; }

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

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

border-color css

<style>
 span { border-color: #81676A; }

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

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