#846D6B

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

Shades of Ferra #846D6B

Tints of Ferra #846D6B

Color information

#846D6B (or 0x846D6B) is unknown color: approx Ferra. HEX triplet: 84, 6D and 6B. RGB value is (132,109,107). Sum of RGB (Red+Green+Blue) = 132+109+107=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D6B is #7B9294. Grayscale: #737373. Windows color (decimal): -8098453 or 7040388. OLE color: 7040388.

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

Color convert

RGB132109107-
CMYK00.170.190.48
HSL4.8º10.46%46.86%-
HSV(B)4.8º18.94%51.76%-
XYZ17.6416.916.24-
YUV115.65123.12139.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=37.93%
G=31.32%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210910700.170.190.484.810.4646.86
Hex846D6B01113305a2f
Octal204155153021236051257
Binary1000010011011011101011010001100111100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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