Html Css Color HEX #86676A Empress

📋 copy color: '#86676A'

red 134 ◦ green 103 ◦ blue 106

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

Shades of Empress #86676A

Tints of Empress #86676A

RGB

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

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

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

R = 39.07%
G = 30.03%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86676A (or 0x86676A) is known color: Empress. HEX triplet: 86, 67 and 6A. RGB value is (134,103,106). Sum of RGB (Red+Green+Blue) = 134+103+106=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86676A is #799895. Grayscale: #707070. Windows color (decimal): -7968918 or 6973318. OLE color: 6973318.

HSL color Cylindrical-coordinate representation of color #86676A: hue angle of 354.19º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86676A is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 106 -
CMYK 0 0.23 0.21 0.47
HSL 354.19º 0.13% 0.46% -
HSV(B) 354.19º 0.23% 0.53% -
XYZ 17.28 15.81 15.78 -
YUV 112.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 134 103 106 0 0.23 0.21 0.47 354.19 0.13 0.46
Hex 86 67 6A 0 17 15 2F 162 D 2E
Octal 206 147 152 0 27 25 57 542 15 56
Binary 10000110 1100111 1101010 0 10111 10101 101111 101100010 1101 101110

Color Harmonies of #86676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86676A

Black with #86676A

Text Example


Text Example

White with #86676A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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