#856062

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

Shades of Falcon #856062

Tints of Falcon #856062

Color information

#856062 (or 0x856062) is unknown color: approx Falcon. HEX triplet: 85, 60 and 62. RGB value is (133,96,98). Sum of RGB (Red+Green+Blue) = 133+96+98=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856062 is #7A9F9D. Grayscale: #6B6B6B. Windows color (decimal): -8036254 or 6447237. OLE color: 6447237.

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

Color convert

RGB1339698-
CMYK00.280.260.48
HSL356.76º16.16%44.9%-
HSV(B)356.76º27.82%52.16%-
XYZ16.0614.2313.46-
YUV107.29122.76146.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=40.67%
G=29.36%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969800.280.260.48356.7616.1644.9
Hex85606201C1A30165102d
Octal20514014203432605452055
Binary10000101110000011000100111001101011000010110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856062; }

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

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

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

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

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

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

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

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