#826063

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

Shades of Falcon #826063

Tints of Falcon #826063

Color information

#826063 (or 0x826063) is unknown color: approx Falcon. HEX triplet: 82, 60 and 63. RGB value is (130,96,99). Sum of RGB (Red+Green+Blue) = 130+96+99=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #826063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826063 is #7D9F9C. Grayscale: #6A6A6A. Windows color (decimal): -8232861 or 6512770. OLE color: 6512770.

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

Color convert

RGB1309699-
CMYK00.260.240.49
HSL354.71º15.04%44.31%-
HSV(B)354.71º26.15%50.98%-
XYZ15.6414.0113.68-
YUV106.51123.76144.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=40%
G=29.54%
B=30.46%

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
Decimal130969900.260.240.49354.7115.0444.31
Hex82606301A1831163f2c
Octal20214014303230615431754
Binary1000001011000001100011011010110001100011011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826063; }

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

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

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

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

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

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

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

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