Html Css Color HEX #86696F Empress

📋 copy color: '#86696F'

red 134 ◦ green 105 ◦ blue 111

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

Shades of Empress #86696F

Tints of Empress #86696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 38.29%
G = 30%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86696F (or 0x86696F) is known color: Empress. HEX triplet: 86, 69 and 6F. RGB value is (134,105,111). Sum of RGB (Red+Green+Blue) = 134+105+111=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #86696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696F is #799690. Grayscale: #727272. Windows color (decimal): -7968401 or 7301510. OLE color: 7301510.

HSL color Cylindrical-coordinate representation of color #86696F: hue angle of 347.59º 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 #86696F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 111 -
CMYK 0 0.22 0.17 0.47
HSL 347.59º 0.12% 0.47% -
HSV(B) 347.59º 0.22% 0.53% -
XYZ 17.75 16.32 17.25 -
YUV 114.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 134 105 111 0 0.22 0.17 0.47 347.59 0.12 0.47
Hex 86 69 6F 0 16 11 2F 15C C 2F
Octal 206 151 157 0 26 21 57 534 14 57
Binary 10000110 1101001 1101111 0 10110 10001 101111 101011100 1100 101111

Color Harmonies of #86696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86696F

Black with #86696F

Text Example


Text Example

White with #86696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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