Html Css Color HEX #86736E Ferra

📋 copy color: '#86736E'

red 134 ◦ green 115 ◦ blue 110

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

Shades of Ferra #86736E

Tints of Ferra #86736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 37.33%
G = 32.03%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86736E (or 0x86736E) is known color: Ferra. HEX triplet: 86, 73 and 6E. RGB value is (134,115,110). Sum of RGB (Red+Green+Blue) = 134+115+110=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736E is #798C91. Grayscale: #787878. Windows color (decimal): -7965842 or 7238534. OLE color: 7238534.

HSL color Cylindrical-coordinate representation of color #86736E: hue angle of 12.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 #86736E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 110 -
CMYK 0 0.14 0.18 0.47
HSL 12.5º 0.1% 0.48% -
HSV(B) 12.5º 0.18% 0.53% -
XYZ 18.78 18.46 17.32 -
YUV 120.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 134 115 110 0 0.14 0.18 0.47 12.5 0.1 0.48
Hex 86 73 6E 0 E 12 2F C A 30
Octal 206 163 156 0 16 22 57 14 12 60
Binary 10000110 1110011 1101110 0 1110 10010 101111 1100 1010 110000

Color Harmonies of #86736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86736E

Black with #86736E

Text Example


Text Example

White with #86736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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