#846F6F

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

Shades of Ferra #846F6F

Tints of Ferra #846F6F

Color information

#846F6F (or 0x846F6F) is unknown color: approx Ferra. HEX triplet: 84, 6F and 6F. RGB value is (132,111,111). Sum of RGB (Red+Green+Blue) = 132+111+111=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F6F is #7B9090. Grayscale: #757575. Windows color (decimal): -8097937 or 7303044. OLE color: 7303044.

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

Color convert

RGB132111111-
CMYK00.160.160.48
HSL8.64%47.65%-
HSV(B)15.91%51.76%-
XYZ18.0717.4217.45-
YUV117.28124.46138.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=37.29%
G=31.36%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211111100.160.160.4808.6447.65
Hex846F6F01010300930
Octal204157157020206001160
Binary10000100110111111011110100001000011000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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