#796C2C

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

Shades of Pesto #796C2C

Tints of Pesto #796C2C

Color information

#796C2C (or 0x796C2C) is unknown color: approx Pesto. HEX triplet: 79, 6C and 2C. RGB value is (121,108,44). Sum of RGB (Red+Green+Blue) = 121+108+44=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #796C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C2C is #8693D3. Grayscale: #686868. Windows color (decimal): -8819668 or 2911353. OLE color: 2911353.

HSL color Cylindrical-coordinate representation of color #796C2C: hue angle of 49.87º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #796C2C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12110844-
CMYK00.110.640.53
HSL49.87º46.67%32.35%-
HSV(B)49.87º63.64%47.45%-
XYZ13.714.974.55-
YUV104.5993.81139.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=44.32%
G=39.56%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211084400.110.640.5349.8746.6732.35
Hex796C2C0B4035322f20
Octal1711545401310065625740
Binary11110011101100101100010111000000110101110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796C2C; }

 p { color: rgb(121,108,44); }

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

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

 a { background-color: rgb(121,108,44); }

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

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

 span { border-color: rgb(121,108,44); }

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