#816263

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

Shades of Falcon #816263

Tints of Falcon #816263

Color information

#816263 (or 0x816263) is unknown color: approx Falcon. HEX triplet: 81, 62 and 63. RGB value is (129,98,99). Sum of RGB (Red+Green+Blue) = 129+98+99=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816263 is #7E9D9C. Grayscale: #6B6B6B. Windows color (decimal): -8297885 or 6513281. OLE color: 6513281.

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

Color convert

RGB1299899-
CMYK00.240.230.49
HSL358.06º13.66%44.51%-
HSV(B)358.06º24.03%50.59%-
XYZ15.6714.313.74-
YUV107.38123.27143.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=39.57%
G=30.06%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129989900.240.230.49358.0613.6644.51
Hex8162630181731166e2d
Octal20114214303027615461655
Binary1000000111000101100011011000101111100011011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816263; }

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

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

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

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

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

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

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

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