Html Css Color HEX #86726D Ferra

📋 copy color: '#86726D'

red 134 ◦ green 114 ◦ blue 109

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

Shades of Ferra #86726D

Tints of Ferra #86726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 37.54%
G = 31.93%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86726D (or 0x86726D) is known color: Ferra. HEX triplet: 86, 72 and 6D. RGB value is (134,114,109). Sum of RGB (Red+Green+Blue) = 134+114+109=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86726D is #798D92. Grayscale: #777777. Windows color (decimal): -7966099 or 7172742. OLE color: 7172742.

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

Color convert

RGB 134 114 109 -
CMYK 0 0.15 0.19 0.47
HSL 12º 0.1% 0.48% -
HSV(B) 12º 0.19% 0.53% -
XYZ 18.61 18.21 17 -
YUV 119.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 134 114 109 0 0.15 0.19 0.47 12 0.1 0.48
Hex 86 72 6D 0 F 13 2F C A 30
Octal 206 162 155 0 17 23 57 14 12 60
Binary 10000110 1110010 1101101 0 1111 10011 101111 1100 1010 110000

Color Harmonies of #86726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86726D

Black with #86726D

Text Example


Text Example

White with #86726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86726D; }

 p { color: rgb(134,114,109); }

 H1.HeaderClassName
 {
   color: #86726D;
 }
 .AnyTagClassName
 {
   color: #86726D;
 }
</style>

background-color css

<style>
 a { background-color: #86726D; }

 a { background-color: rgb(134,114,109); }

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

border-color css

<style>
 span { border-color: #86726D; }

 span { border-color: rgb(134,114,109); }

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