#84706B

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

Shades of Ferra #84706B

Tints of Ferra #84706B

Color information

#84706B (or 0x84706B) is unknown color: approx Ferra. HEX triplet: 84, 70 and 6B. RGB value is (132,112,107). Sum of RGB (Red+Green+Blue) = 132+112+107=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #84706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706B is #7B8F94. Grayscale: #757575. Windows color (decimal): -8097685 or 7041156. OLE color: 7041156.

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

Color convert

RGB132112107-
CMYK00.150.190.48
HSL12º10.46%46.86%-
HSV(B)12º18.94%51.76%-
XYZ17.9617.5616.35-
YUV117.41122.13138.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=37.61%
G=31.91%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211210700.150.190.481210.4646.86
Hex84706B0F1330ca2f
Octal2041601530172360141257
Binary1000010011100001101011011111001111000011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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