#806163

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

Shades of Falcon #806163

Tints of Falcon #806163

Color information

#806163 (or 0x806163) is unknown color: approx Falcon. HEX triplet: 80, 61 and 63. RGB value is (128,97,99). Sum of RGB (Red+Green+Blue) = 128+97+99=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806163 is #7F9E9C. Grayscale: #6A6A6A. Windows color (decimal): -8363677 or 6513024. OLE color: 6513024.

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

Color convert

RGB1289799-
CMYK00.240.230.50
HSL356.13º13.78%44.12%-
HSV(B)356.13º24.22%50.2%-
XYZ15.4314.0413.7-
YUV106.5123.77143.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=39.51%
G=29.94%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128979900.240.230.50356.1313.7844.12
Hex8061630181732164e2c
Octal20014114303027625441654
Binary1000000011000011100011011000101111100101011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806163; }

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

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

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

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

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

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

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

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