#816061

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

Shades of Falcon #816061

Tints of Falcon #816061

Color information

#816061 (or 0x816061) is unknown color: approx Falcon. HEX triplet: 81, 60 and 61. RGB value is (129,96,97). Sum of RGB (Red+Green+Blue) = 129+96+97=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #816061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816061 is #7E9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8298399 or 6381697. OLE color: 6381697.

HSL color Cylindrical-coordinate representation of color #816061: hue angle of 358.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816061 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1299697-
CMYK00.260.250.49
HSL358.18º14.67%44.12%-
HSV(B)358.18º25.58%50.59%-
XYZ15.3913.913.18-
YUV105.98122.93144.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=40.06%
G=29.81%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129969700.260.250.49358.1814.6744.12
Hex81606101A1931166f2c
Octal20114014103231615461754
Binary1000000111000001100001011010110011100011011001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816061; }

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

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

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

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

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

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

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

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