Html Css Color HEX #816668 Empress

📋 copy color: '#816668'

red 129 ◦ green 102 ◦ blue 104

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

Shades of Empress #816668

Tints of Empress #816668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 38.51%
G = 30.45%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#816668 (or 0x816668) is known color: Empress. HEX triplet: 81, 66 and 68. RGB value is (129,102,104). Sum of RGB (Red+Green+Blue) = 129+102+104=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #816668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816668 is #7E9997. Grayscale: #6E6E6E. Windows color (decimal): -8296856 or 6841985. OLE color: 6841985.

HSL color Cylindrical-coordinate representation of color #816668: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816668 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 102 104 -
CMYK 0 0.21 0.19 0.49
HSL 355.56º 0.12% 0.45% -
HSV(B) 355.56º 0.21% 0.51% -
XYZ 16.3 15.17 15.17 -
YUV 110.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 129 102 104 0 0.21 0.19 0.49 355.56 0.12 0.45
Hex 81 66 68 0 15 13 31 164 C 2D
Octal 201 146 150 0 25 23 61 544 14 55
Binary 10000001 1100110 1101000 0 10101 10011 110001 101100100 1100 101101

Color Harmonies of #816668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816668

Black with #816668

Text Example


Text Example

White with #816668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816668; }

 p { color: rgb(129,102,104); }

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

background-color css

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

 a { background-color: rgb(129,102,104); }

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

border-color css

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

 span { border-color: rgb(129,102,104); }

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