#736061

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

Shades of Falcon #736061

Tints of Falcon #736061

Color information

#736061 (or 0x736061) is unknown color: approx Falcon. HEX triplet: 73, 60 and 61. RGB value is (115,96,97). Sum of RGB (Red+Green+Blue) = 115+96+97=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736061 is #8C9F9E. Grayscale: #656565. Windows color (decimal): -9215903 or 6381683. OLE color: 6381683.

HSL color Cylindrical-coordinate representation of color #736061: hue angle of 356.84º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736061 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1159697-
CMYK00.170.160.55
HSL356.84º9%41.37%-
HSV(B)356.84º16.52%45.1%-
XYZ13.4112.8713.09-
YUV101.79125.29137.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=37.34%
G=31.17%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969700.170.160.55356.84941.37
Hex7360610111037165929
Octal16314014102120675451151
Binary111001111000001100001010001100001101111011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736061; }

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

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

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

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

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

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

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

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