#826163

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

Shades of Falcon #826163

Tints of Falcon #826163

Color information

#826163 (or 0x826163) is unknown color: approx Falcon. HEX triplet: 82, 61 and 63. RGB value is (130,97,99). Sum of RGB (Red+Green+Blue) = 130+97+99=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826163 is #7D9E9C. Grayscale: #6B6B6B. Windows color (decimal): -8232605 or 6513026. OLE color: 6513026.

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

Color convert

RGB1309799-
CMYK00.250.240.49
HSL356.36º14.54%44.51%-
HSV(B)356.36º25.38%50.98%-
XYZ15.7314.213.72-
YUV107.1123.43144.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=39.88%
G=29.75%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130979900.250.240.49356.3614.5444.51
Hex8261630191831164f2d
Octal20214114303130615441755
Binary1000001011000011100011011001110001100011011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826163; }

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

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

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

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

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

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

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

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