#846C6C

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

Shades of Ferra #846C6C

Tints of Ferra #846C6C

Color information

#846C6C (or 0x846C6C) is unknown color: approx Ferra. HEX triplet: 84, 6C and 6C. RGB value is (132,108,108). Sum of RGB (Red+Green+Blue) = 132+108+108=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C6C is #7B9393. Grayscale: #737373. Windows color (decimal): -8098708 or 7105668. OLE color: 7105668.

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

Color convert

RGB132108108-
CMYK00.180.180.48
HSL10%47.06%-
HSV(B)18.18%51.76%-
XYZ17.5916.7116.49-
YUV115.18123.95140-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210810800.180.180.4801047.06
Hex846C6C01212300a2f
Octal204154154022226001257
Binary10000100110110011011000100101001011000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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