#846F6E

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

Shades of Ferra #846F6E

Tints of Ferra #846F6E

Color information

#846F6E (or 0x846F6E) is unknown color: approx Ferra. HEX triplet: 84, 6F and 6E. RGB value is (132,111,110). Sum of RGB (Red+Green+Blue) = 132+111+110=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F6E is #7B9091. Grayscale: #757575. Windows color (decimal): -8097938 or 7237508. OLE color: 7237508.

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

Color convert

RGB132111110-
CMYK00.160.170.48
HSL2.73º9.09%47.45%-
HSV(B)2.73º16.67%51.76%-
XYZ18.0117.417.16-
YUV117.16123.96138.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=37.39%
G=31.44%
B=31.16%

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
Decimal13211111000.160.170.482.739.0947.45
Hex846F6E0101130392f
Octal204157156020216031157
Binary100001001101111110111001000010001110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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