#846C6A

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

Shades of Ferra #846C6A

Tints of Ferra #846C6A

Color information

#846C6A (or 0x846C6A) is unknown color: approx Ferra. HEX triplet: 84, 6C and 6A. RGB value is (132,108,106). Sum of RGB (Red+Green+Blue) = 132+108+106=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C6A is #7B9395. Grayscale: #727272. Windows color (decimal): -8098710 or 6974596. OLE color: 6974596.

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

Color convert

RGB132108106-
CMYK00.180.200.48
HSL4.62º10.92%46.67%-
HSV(B)4.62º19.7%51.76%-
XYZ17.4816.6715.93-
YUV114.95122.95140.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=38.15%
G=31.21%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210810600.180.200.484.6210.9246.67
Hex846C6A01214305b2f
Octal204154152022246051357
Binary1000010011011001101010010010101001100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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