Html Css Color HEX #867571 Ferra

📋 copy color: '#867571'

red 134 ◦ green 117 ◦ blue 113

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

Shades of Ferra #867571

Tints of Ferra #867571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 36.81%
G = 32.14%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867571 (or 0x867571) is known color: Ferra. HEX triplet: 86, 75 and 71. RGB value is (134,117,113). Sum of RGB (Red+Green+Blue) = 134+117+113=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867571 is #798A8E. Grayscale: #797979. Windows color (decimal): -7965327 or 7435654. OLE color: 7435654.

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

Color convert

RGB 134 117 113 -
CMYK 0 0.13 0.16 0.47
HSL 11.43º 0.09% 0.48% -
HSV(B) 11.43º 0.16% 0.53% -
XYZ 19.17 18.98 18.28 -
YUV 121.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 134 117 113 0 0.13 0.16 0.47 11.43 0.09 0.48
Hex 86 75 71 0 D 10 2F B 9 30
Octal 206 165 161 0 15 20 57 13 11 60
Binary 10000110 1110101 1110001 0 1101 10000 101111 1011 1001 110000

Color Harmonies of #867571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867571

Black with #867571

Text Example


Text Example

White with #867571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867571; }

 p { color: rgb(134,117,113); }

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

background-color css

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

 a { background-color: rgb(134,117,113); }

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

border-color css

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

 span { border-color: rgb(134,117,113); }

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