#79614E

Color #79614E Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #79614E

Tints of Pine Cone #79614E

Color information

#79614E (or 0x79614E) is unknown color: approx Pine Cone. HEX triplet: 79, 61 and 4E. RGB value is (121,97,78). Sum of RGB (Red+Green+Blue) = 121+97+78=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79614E is #869EB1. Grayscale: #666666. Windows color (decimal): -8822450 or 5136761. OLE color: 5136761.

HSL color Cylindrical-coordinate representation of color #79614E: hue angle of 26.51º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79614E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1219778-
CMYK00.200.360.53
HSL26.51º21.61%39.02%-
HSV(B)26.51º35.54%47.45%-
XYZ13.5313.169.04-
YUV102.01114.45141.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=40.88%
G=32.77%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121977800.200.360.5326.5121.6139.02
Hex79614E01424351b1627
Octal1711411160244465332647
Binary1111001110000110011100101001001001101011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79614E; }

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

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

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

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

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

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

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

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