#796C1F

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

Shades of Pesto #796C1F

Tints of Pesto #796C1F

Color information

#796C1F (or 0x796C1F) is unknown color: approx Pesto. HEX triplet: 79, 6C and 1F. RGB value is (121,108,31). Sum of RGB (Red+Green+Blue) = 121+108+31=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #796C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C1F is #8693E0. Grayscale: #676767. Windows color (decimal): -8819681 or 2059385. OLE color: 2059385.

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

Color convert

RGB12110831-
CMYK00.110.740.53
HSL51.33º59.21%29.8%-
HSV(B)51.33º74.38%47.45%-
XYZ13.514.893.46-
YUV103.1187.31140.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=46.54%
G=41.54%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211083100.110.740.5351.3359.2129.8
Hex796C1F0B4A35333b1e
Octal1711543701311265637336
Binary111100111011001111101011100101011010111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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