#846E6D

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

Shades of Ferra #846E6D

Tints of Ferra #846E6D

Color information

#846E6D (or 0x846E6D) is unknown color: approx Ferra. HEX triplet: 84, 6E and 6D. RGB value is (132,110,109). Sum of RGB (Red+Green+Blue) = 132+110+109=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E6D is #7B9192. Grayscale: #747474. Windows color (decimal): -8098195 or 7171716. OLE color: 7171716.

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

Color convert

RGB132110109-
CMYK00.170.170.48
HSL2.61º9.54%47.25%-
HSV(B)2.61º17.42%51.76%-
XYZ17.8517.1616.84-
YUV116.46123.79139.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=37.61%
G=31.34%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211010900.170.170.482.619.5447.25
Hex846E6D01111303a2f
Octal204156155021216031257
Binary100001001101110110110101000110001110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E6D; }

 p { color: rgb(132,110,109); }

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

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

 a { background-color: rgb(132,110,109); }

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

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

 span { border-color: rgb(132,110,109); }

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