#846868

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

Shades of Ferra #846868

Tints of Ferra #846868

Color information

#846868 (or 0x846868) is unknown color: approx Ferra. HEX triplet: 84, 68 and 68. RGB value is (132,104,104). Sum of RGB (Red+Green+Blue) = 132+104+104=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846868 is #7B9797. Grayscale: #707070. Windows color (decimal): -8099736 or 6842500. OLE color: 6842500.

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

Color convert

RGB132104104-
CMYK00.210.210.48
HSL11.86%46.27%-
HSV(B)21.21%51.76%-
XYZ16.9615.8115.25-
YUV112.37123.28142-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=38.82%
G=30.59%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210410400.210.210.48011.8646.27
Hex84686801515300c2e
Octal204150150025256001456
Binary10000100110100011010000101011010111000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846868; }

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

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

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

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

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

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

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

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