Html Css Color HEX #84716F Ferra

📋 copy color: '#84716F'

red 132 ◦ green 113 ◦ blue 111

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

Shades of Ferra #84716F

Tints of Ferra #84716F

RGB

 RED value IS 132 (51.95% from 255) = 37.08%

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 37.08%
G = 31.74%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84716F (or 0x84716F) is known color: Ferra. HEX triplet: 84, 71 and 6F. RGB value is (132,113,111). Sum of RGB (Red+Green+Blue) = 132+113+111=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84716F is #7B8E90. Grayscale: #767676. Windows color (decimal): -8097425 or 7303556. OLE color: 7303556.

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

Color convert

RGB 132 113 111 -
CMYK 0 0.14 0.16 0.48
HSL 5.71º 0.09% 0.48% -
HSV(B) 5.71º 0.16% 0.52% -
XYZ 18.29 17.86 17.52 -
YUV 118.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 132 113 111 0 0.14 0.16 0.48 5.71 0.09 0.48
Hex 84 71 6F 0 E 10 30 6 9 30
Octal 204 161 157 0 16 20 60 6 11 60
Binary 10000100 1110001 1101111 0 1110 10000 110000 110 1001 110000

Color Harmonies of #84716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84716F

Black with #84716F

Text Example


Text Example

White with #84716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84716F; }

 p { color: rgb(132,113,111); }

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

background-color css

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

 a { background-color: rgb(132,113,111); }

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

border-color css

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

 span { border-color: rgb(132,113,111); }

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