Html Css Color HEX #86706E Ferra

📋 copy color: '#86706E'

red 134 ◦ green 112 ◦ blue 110

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

Shades of Ferra #86706E

Tints of Ferra #86706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 37.64%
G = 31.46%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86706E (or 0x86706E) is known color: Ferra. HEX triplet: 86, 70 and 6E. RGB value is (134,112,110). Sum of RGB (Red+Green+Blue) = 134+112+110=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706E is #798F91. Grayscale: #767676. Windows color (decimal): -7966610 or 7237766. OLE color: 7237766.

HSL color Cylindrical-coordinate representation of color #86706E: hue angle of 5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86706E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 110 -
CMYK 0 0.16 0.18 0.47
HSL 0.1% 0.48% -
HSV(B) 0.18% 0.53% -
XYZ 18.44 17.78 17.21 -
YUV 118.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 134 112 110 0 0.16 0.18 0.47 5 0.1 0.48
Hex 86 70 6E 0 10 12 2F 5 A 30
Octal 206 160 156 0 20 22 57 5 12 60
Binary 10000110 1110000 1101110 0 10000 10010 101111 101 1010 110000

Color Harmonies of #86706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86706E

Black with #86706E

Text Example


Text Example

White with #86706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86706E; }

 p { color: rgb(134,112,110); }

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

background-color css

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

 a { background-color: rgb(134,112,110); }

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

border-color css

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

 span { border-color: rgb(134,112,110); }

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