#846061

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

Shades of Falcon #846061

Tints of Falcon #846061

Color information

#846061 (or 0x846061) is unknown color: approx Falcon. HEX triplet: 84, 60 and 61. RGB value is (132,96,97). Sum of RGB (Red+Green+Blue) = 132+96+97=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #846061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846061 is #7B9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8101791 or 6381700. OLE color: 6381700.

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

Color convert

RGB1329697-
CMYK00.270.270.48
HSL358.33º15.79%44.71%-
HSV(B)358.33º27.27%51.76%-
XYZ15.8614.1313.2-
YUV106.88122.43145.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=40.62%
G=29.54%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132969700.270.270.48358.3315.7944.71
Hex84606101B1B30166102d
Octal20414014103333605462055
Binary10000100110000011000010110111101111000010110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846061; }

 p { color: rgb(132,96,97); }

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

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

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

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

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

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

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