#856162

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

Shades of Falcon #856162

Tints of Falcon #856162

Color information

#856162 (or 0x856162) is unknown color: approx Falcon. HEX triplet: 85, 61 and 62. RGB value is (133,97,98). Sum of RGB (Red+Green+Blue) = 133+97+98=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856162 is #7A9E9D. Grayscale: #6B6B6B. Windows color (decimal): -8035998 or 6447493. OLE color: 6447493.

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

Color convert

RGB1339798-
CMYK00.270.260.48
HSL358.33º15.65%45.1%-
HSV(B)358.33º27.07%52.16%-
XYZ16.1514.4213.49-
YUV107.88122.43145.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=40.55%
G=29.57%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133979800.270.260.48358.3315.6545.1
Hex85616201B1A30166102d
Octal20514114203332605462055
Binary10000101110000111000100110111101011000010110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856162; }

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

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

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

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

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

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

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

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