#806062

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

Shades of Falcon #806062

Tints of Falcon #806062

Color information

#806062 (or 0x806062) is unknown color: approx Falcon. HEX triplet: 80, 60 and 62. RGB value is (128,96,98). Sum of RGB (Red+Green+Blue) = 128+96+98=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #806062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806062 is #7F9F9D. Grayscale: #696969. Windows color (decimal): -8363934 or 6447232. OLE color: 6447232.

HSL color Cylindrical-coordinate representation of color #806062: hue angle of 356.25º 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 #806062 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1289698-
CMYK00.250.230.50
HSL356.25º14.29%43.92%-
HSV(B)356.25º25%50.2%-
XYZ15.2913.8413.42-
YUV105.8123.6143.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=39.75%
G=29.81%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128969800.250.230.50356.2514.2943.92
Hex8060620191732164e2c
Octal20014014203127625441654
Binary1000000011000001100010011001101111100101011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806062; }

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

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

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

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

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

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

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

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