#796061

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

Shades of Falcon #796061

Tints of Falcon #796061

Color information

#796061 (or 0x796061) is unknown color: approx Falcon. HEX triplet: 79, 60 and 61. RGB value is (121,96,97). Sum of RGB (Red+Green+Blue) = 121+96+97=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #796061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796061 is #869F9E. Grayscale: #676767. Windows color (decimal): -8822687 or 6381689. OLE color: 6381689.

HSL color Cylindrical-coordinate representation of color #796061: hue angle of 357.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796061 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1219697-
CMYK00.210.200.53
HSL357.6º11.52%42.55%-
HSV(B)357.6º20.66%47.45%-
XYZ14.2313.2913.13-
YUV103.59124.28140.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=38.54%
G=30.57%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121969700.210.200.53357.611.5242.55
Hex7960610151435166c2b
Octal17114014102524655461453
Binary111100111000001100001010101101001101011011001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796061; }

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

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

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

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

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

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

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

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