#846D69

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

Shades of Ferra #846D69

Tints of Ferra #846D69

Color information

#846D69 (or 0x846D69) is unknown color: approx Ferra. HEX triplet: 84, 6D and 69. RGB value is (132,109,105). Sum of RGB (Red+Green+Blue) = 132+109+105=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D69 is #7B9296. Grayscale: #737373. Windows color (decimal): -8098455 or 6909316. OLE color: 6909316.

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

Color convert

RGB132109105-
CMYK00.170.200.48
HSL8.89º11.39%46.47%-
HSV(B)8.89º20.45%51.76%-
XYZ17.5316.8615.7-
YUV115.42122.12139.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=38.15%
G=31.50%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210910500.170.200.488.8911.3946.47
Hex846D6901114309b2e
Octal2041551510212460111356
Binary10000100110110111010010100011010011000010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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