#726163

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

Shades of Falcon #726163

Tints of Falcon #726163

Color information

#726163 (or 0x726163) is unknown color: approx Falcon. HEX triplet: 72, 61 and 63. RGB value is (114,97,99). Sum of RGB (Red+Green+Blue) = 114+97+99=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726163 is #8D9E9C. Grayscale: #666666. Windows color (decimal): -9281181 or 6513010. OLE color: 6513010.

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

Color convert

RGB1149799-
CMYK00.150.130.55
HSL352.94º8.06%41.37%-
HSV(B)352.94º14.91%44.71%-
XYZ13.4713.0313.61-
YUV102.31126.13136.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=36.77%
G=31.29%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114979900.150.130.55352.948.0641.37
Hex7261630FD37161829
Octal16214114301715675411051
Binary1110010110000111000110111111011101111011000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726163; }

 p { color: rgb(114,97,99); }

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

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

 a { background-color: rgb(114,97,99); }

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

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

 span { border-color: rgb(114,97,99); }

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