#84706F

Color #84706F Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #84706F

Tints of Ferra #84706F

Color information

#84706F (or 0x84706F) is unknown color: approx Ferra. HEX triplet: 84, 70 and 6F. RGB value is (132,112,111). Sum of RGB (Red+Green+Blue) = 132+112+111=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706F is #7B8F90. Grayscale: #757575. Windows color (decimal): -8097681 or 7303300. OLE color: 7303300.

HSL color Cylindrical-coordinate representation of color #84706F: hue angle of 2.86º 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 #84706F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132112111-
CMYK00.150.160.48
HSL2.86º8.64%47.65%-
HSV(B)2.86º15.91%51.76%-
XYZ18.1817.6417.49-
YUV117.87124.13138.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=37.18%
G=31.55%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211211100.150.160.482.868.6447.65
Hex84706F0F10303930
Octal204160157017206031160
Binary10000100111000011011110111110000110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84706F;
 }
 .AnyTagClassName
 {
   color: #84706F;
 }
</style>
background-color css

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

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

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

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

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

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