#815F62

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

Shades of Falcon #815F62

Tints of Falcon #815F62

Color information

#815F62 (or 0x815F62) is unknown color: approx Falcon. HEX triplet: 81, 5F and 62. RGB value is (129,95,98). Sum of RGB (Red+Green+Blue) = 129+95+98=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F62 is #7EA09D. Grayscale: #696969. Windows color (decimal): -8298654 or 6446977. OLE color: 6446977.

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

Color convert

RGB1299598-
CMYK00.260.240.49
HSL354.71º15.18%43.92%-
HSV(B)354.71º26.36%50.59%-
XYZ15.3513.7313.4-
YUV105.51123.76144.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=40.06%
G=29.50%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129959800.260.240.49354.7115.1843.92
Hex815F6201A1831163f2c
Octal20113714203230615431754
Binary1000000110111111100010011010110001100011011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F62; }

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

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

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

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

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

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

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

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