#846A67

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

Shades of Ferra #846A67

Tints of Ferra #846A67

Color information

#846A67 (or 0x846A67) is unknown color: approx Ferra. HEX triplet: 84, 6A and 67. RGB value is (132,106,103). Sum of RGB (Red+Green+Blue) = 132+106+103=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A67 is #7B9598. Grayscale: #717171. Windows color (decimal): -8099225 or 6777476. OLE color: 6777476.

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

Color convert

RGB132106103-
CMYK00.200.220.48
HSL6.21º12.34%46.08%-
HSV(B)6.21º21.97%51.76%-
XYZ17.1216.1915.06-
YUV113.43122.11141.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=38.71%
G=31.09%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210610300.200.220.486.2112.3446.08
Hex846A6701416306c2e
Octal204152147024266061456
Binary1000010011010101100111010100101101100001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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