#846F6D

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

Shades of Ferra #846F6D

Tints of Ferra #846F6D

Color information

#846F6D (or 0x846F6D) is unknown color: approx Ferra. HEX triplet: 84, 6F and 6D. RGB value is (132,111,109). Sum of RGB (Red+Green+Blue) = 132+111+109=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #846F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F6D is #7B9092. Grayscale: #757575. Windows color (decimal): -8097939 or 7171972. OLE color: 7171972.

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

Color convert

RGB132111109-
CMYK00.160.170.48
HSL5.22º9.54%47.25%-
HSV(B)5.22º17.42%51.76%-
XYZ17.9617.3816.88-
YUV117.05123.46138.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=37.5%
G=31.53%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211110900.160.170.485.229.5447.25
Hex846F6D01011305a2f
Octal204157155020216051257
Binary1000010011011111101101010000100011100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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