#84706C

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

Shades of Ferra #84706C

Tints of Ferra #84706C

Color information

#84706C (or 0x84706C) is unknown color: approx Ferra. HEX triplet: 84, 70 and 6C. RGB value is (132,112,108). Sum of RGB (Red+Green+Blue) = 132+112+108=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706C is #7B8F93. Grayscale: #757575. Windows color (decimal): -8097684 or 7106692. OLE color: 7106692.

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

Color convert

RGB132112108-
CMYK00.150.180.48
HSL10º10%47.06%-
HSV(B)10º18.18%51.76%-
XYZ18.0217.5816.63-
YUV117.52122.63138.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=37.5%
G=31.82%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211210800.150.180.48101047.06
Hex84706C0F1230aa2f
Octal2041601540172260121257
Binary1000010011100001101100011111001011000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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