Html Css Color HEX #86706B Ferra

📋 copy color: '#86706B'

red 134 ◦ green 112 ◦ blue 107

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

Shades of Ferra #86706B

Tints of Ferra #86706B

RGB

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

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

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

R = 37.96%
G = 31.73%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86706B (or 0x86706B) is known color: Ferra. HEX triplet: 86, 70 and 6B. RGB value is (134,112,107). Sum of RGB (Red+Green+Blue) = 134+112+107=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #86706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706B is #798F94. Grayscale: #767676. Windows color (decimal): -7966613 or 7041158. OLE color: 7041158.

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

Color convert

RGB 134 112 107 -
CMYK 0 0.16 0.20 0.47
HSL 11.11º 0.11% 0.47% -
HSV(B) 11.11º 0.2% 0.53% -
XYZ 18.28 17.72 16.37 -
YUV 118.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 134 112 107 0 0.16 0.20 0.47 11.11 0.11 0.47
Hex 86 70 6B 0 10 14 2F B B 2F
Octal 206 160 153 0 20 24 57 13 13 57
Binary 10000110 1110000 1101011 0 10000 10100 101111 1011 1011 101111

Color Harmonies of #86706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86706B

Black with #86706B

Text Example


Text Example

White with #86706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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