Html Css Color HEX #86696D Empress

📋 copy color: '#86696D'

red 134 ◦ green 105 ◦ blue 109

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

Shades of Empress #86696D

Tints of Empress #86696D

RGB

 RED value IS 134 (52.73% from 255) = 38.51%

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 38.51%
G = 30.17%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86696D (or 0x86696D) is known color: Empress. HEX triplet: 86, 69 and 6D. RGB value is (134,105,109). Sum of RGB (Red+Green+Blue) = 134+105+109=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #86696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696D is #799692. Grayscale: #727272. Windows color (decimal): -7968403 or 7170438. OLE color: 7170438.

HSL color Cylindrical-coordinate representation of color #86696D: hue angle of 351.72º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86696D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 109 -
CMYK 0 0.22 0.19 0.47
HSL 351.72º 0.12% 0.47% -
HSV(B) 351.72º 0.22% 0.53% -
XYZ 17.64 16.28 16.68 -
YUV 114.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 134 105 109 0 0.22 0.19 0.47 351.72 0.12 0.47
Hex 86 69 6D 0 16 13 2F 160 C 2F
Octal 206 151 155 0 26 23 57 540 14 57
Binary 10000110 1101001 1101101 0 10110 10011 101111 101100000 1100 101111

Color Harmonies of #86696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86696D

Black with #86696D

Text Example


Text Example

White with #86696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86696D; }

 p { color: rgb(134,105,109); }

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

background-color css

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

 a { background-color: rgb(134,105,109); }

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

border-color css

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

 span { border-color: rgb(134,105,109); }

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