#856061

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

Shades of Falcon #856061

Tints of Falcon #856061

Color information

#856061 (or 0x856061) is unknown color: approx Falcon. HEX triplet: 85, 60 and 61. RGB value is (133,96,97). Sum of RGB (Red+Green+Blue) = 133+96+97=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856061 is #7A9F9E. Grayscale: #6B6B6B. Windows color (decimal): -8036255 or 6381701. OLE color: 6381701.

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

Color convert

RGB1339697-
CMYK00.280.270.48
HSL358.38º16.16%44.9%-
HSV(B)358.38º27.82%52.16%-
XYZ16.0114.2213.21-
YUV107.18122.26146.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=40.80%
G=29.45%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969700.280.270.48358.3816.1644.9
Hex85606101C1B30166102d
Octal20514014103433605462055
Binary10000101110000011000010111001101111000010110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856061; }

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

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

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

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

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

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

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

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