#826061

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

Shades of Falcon #826061

Tints of Falcon #826061

Color information

#826061 (or 0x826061) is unknown color: approx Falcon. HEX triplet: 82, 60 and 61. RGB value is (130,96,97). Sum of RGB (Red+Green+Blue) = 130+96+97=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #826061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826061 is #7D9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8232863 or 6381698. OLE color: 6381698.

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

Color convert

RGB1309697-
CMYK00.260.250.49
HSL358.24º15.04%44.31%-
HSV(B)358.24º26.15%50.98%-
XYZ15.5513.9713.19-
YUV106.28122.76144.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=40.25%
G=29.72%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130969700.260.250.49358.2415.0444.31
Hex82606101A1931166f2c
Octal20214014103231615461754
Binary1000001011000001100001011010110011100011011001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826061; }

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

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

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

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

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

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

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

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