#846F6B

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

Shades of Ferra #846F6B

Tints of Ferra #846F6B

Color information

#846F6B (or 0x846F6B) is unknown color: approx Ferra. HEX triplet: 84, 6F and 6B. RGB value is (132,111,107). Sum of RGB (Red+Green+Blue) = 132+111+107=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F6B is #7B9094. Grayscale: #747474. Windows color (decimal): -8097941 or 7040900. OLE color: 7040900.

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

Color convert

RGB132111107-
CMYK00.160.190.48
HSL9.6º10.46%46.86%-
HSV(B)9.6º18.94%51.76%-
XYZ17.8517.3416.32-
YUV116.82122.46138.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=37.71%
G=31.71%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211110700.160.190.489.610.4646.86
Hex846F6B0101330aa2f
Octal2041571530202360121257
Binary10000100110111111010110100001001111000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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