#79614D

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

Shades of Pine Cone #79614D

Tints of Pine Cone #79614D

Color information

#79614D (or 0x79614D) is unknown color: approx Pine Cone. HEX triplet: 79, 61 and 4D. RGB value is (121,97,77). Sum of RGB (Red+Green+Blue) = 121+97+77=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #79614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79614D is #869EB2. Grayscale: #666666. Windows color (decimal): -8822451 or 5071225. OLE color: 5071225.

HSL color Cylindrical-coordinate representation of color #79614D: hue angle of 27.27º 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 #79614D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1219777-
CMYK00.200.360.53
HSL27.27º22.22%38.82%-
HSV(B)27.27º36.36%47.45%-
XYZ13.513.158.85-
YUV101.9113.95141.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=41.02%
G=32.88%
B=26.10%

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
Decimal121977700.200.360.5327.2722.2238.82
Hex79614D01424351b1627
Octal1711411150244465332647
Binary1111001110000110011010101001001001101011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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