#816063

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

Shades of Falcon #816063

Tints of Falcon #816063

Color information

#816063 (or 0x816063) is unknown color: approx Falcon. HEX triplet: 81, 60 and 63. RGB value is (129,96,99). Sum of RGB (Red+Green+Blue) = 129+96+99=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #816063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816063 is #7E9F9C. Grayscale: #6A6A6A. Windows color (decimal): -8298397 or 6512769. OLE color: 6512769.

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

Color convert

RGB1299699-
CMYK00.260.230.49
HSL354.55º14.67%44.12%-
HSV(B)354.55º25.58%50.59%-
XYZ15.4913.9313.68-
YUV106.21123.93144.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=39.81%
G=29.63%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129969900.260.230.49354.5514.6744.12
Hex81606301A1731163f2c
Octal20114014303227615431754
Binary1000000111000001100011011010101111100011011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816063; }

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

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

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

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

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

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

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

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