#856263

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

Shades of Falcon #856263

Tints of Falcon #856263

Color information

#856263 (or 0x856263) is unknown color: approx Falcon. HEX triplet: 85, 62 and 63. RGB value is (133,98,99). Sum of RGB (Red+Green+Blue) = 133+98+99=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856263 is #7A9D9C. Grayscale: #6C6C6C. Windows color (decimal): -8035741 or 6513285. OLE color: 6513285.

HSL color Cylindrical-coordinate representation of color #856263: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856263 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1339899-
CMYK00.260.260.48
HSL358.29º15.15%45.29%-
HSV(B)358.29º26.32%52.16%-
XYZ16.2914.6213.77-
YUV108.58122.6145.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 99 (39.06% from 255) = 30%
R=40.30%
G=29.70%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133989900.260.260.48358.2915.1545.29
Hex85626301A1A30166f2d
Octal20514214303232605461755
Binary1000010111000101100011011010110101100001011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856263; }

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

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

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

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

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

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

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

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