#806061

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

Shades of Falcon #806061

Tints of Falcon #806061

Color information

#806061 (or 0x806061) is unknown color: approx Falcon. HEX triplet: 80, 60 and 61. RGB value is (128,96,97). Sum of RGB (Red+Green+Blue) = 128+96+97=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #806061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806061 is #7F9F9E. Grayscale: #696969. Windows color (decimal): -8363935 or 6381696. OLE color: 6381696.

HSL color Cylindrical-coordinate representation of color #806061: hue angle of 358.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806061 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1289697-
CMYK00.250.240.50
HSL358.12º14.29%43.92%-
HSV(B)358.12º25%50.2%-
XYZ15.2413.8213.17-
YUV105.68123.1143.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=39.88%
G=29.91%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128969700.250.240.50358.1214.2943.92
Hex8060610191832166e2c
Octal20014014103130625461654
Binary1000000011000001100001011001110001100101011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806061; }

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

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

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

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

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

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

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

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