#796163

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

Shades of Falcon #796163

Tints of Falcon #796163

Color information

#796163 (or 0x796163) is unknown color: approx Falcon. HEX triplet: 79, 61 and 63. RGB value is (121,97,99). Sum of RGB (Red+Green+Blue) = 121+97+99=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #796163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796163 is #869E9C. Grayscale: #686868. Windows color (decimal): -8822429 or 6513017. OLE color: 6513017.

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

Color convert

RGB1219799-
CMYK00.200.180.53
HSL355º11.01%42.75%-
HSV(B)355º19.83%47.45%-
XYZ14.4113.5213.65-
YUV104.4124.95139.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=38.17%
G=30.60%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121979900.200.180.5335511.0142.75
Hex7961630141235163b2b
Octal17114114302422655431353
Binary111100111000011100011010100100101101011011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796163; }

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

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

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

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

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

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

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

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