Html Css Color HEX #86696B Empress

📋 copy color: '#86696B'

red 134 ◦ green 105 ◦ blue 107

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

Shades of Empress #86696B

Tints of Empress #86696B

RGB

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

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

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

R = 38.73%
G = 30.35%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86696B (or 0x86696B) is known color: Empress. HEX triplet: 86, 69 and 6B. RGB value is (134,105,107). Sum of RGB (Red+Green+Blue) = 134+105+107=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696B is #799694. Grayscale: #717171. Windows color (decimal): -7968405 or 7039366. OLE color: 7039366.

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

Color convert

RGB 134 105 107 -
CMYK 0 0.22 0.20 0.47
HSL 355.86º 0.12% 0.47% -
HSV(B) 355.86º 0.22% 0.53% -
XYZ 17.54 16.23 16.12 -
YUV 113.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 134 105 107 0 0.22 0.20 0.47 355.86 0.12 0.47
Hex 86 69 6B 0 16 14 2F 164 C 2F
Octal 206 151 153 0 26 24 57 544 14 57
Binary 10000110 1101001 1101011 0 10110 10100 101111 101100100 1100 101111

Color Harmonies of #86696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86696B

Black with #86696B

Text Example


Text Example

White with #86696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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