#846D68

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

Shades of Ferra #846D68

Tints of Ferra #846D68

Color information

#846D68 (or 0x846D68) is unknown color: approx Ferra. HEX triplet: 84, 6D and 68. RGB value is (132,109,104). Sum of RGB (Red+Green+Blue) = 132+109+104=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D68 is #7B9297. Grayscale: #737373. Windows color (decimal): -8098456 or 6843780. OLE color: 6843780.

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

Color convert

RGB132109104-
CMYK00.170.210.48
HSL10.71º11.86%46.27%-
HSV(B)10.71º21.21%51.76%-
XYZ17.4816.8415.43-
YUV115.31121.62139.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=38.26%
G=31.59%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210910400.170.210.4810.7111.8646.27
Hex846D680111530bc2e
Octal2041551500212560131456
Binary10000100110110111010000100011010111000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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