#79604D

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

Shades of Pine Cone #79604D

Tints of Pine Cone #79604D

Color information

#79604D (or 0x79604D) is unknown color: approx Pine Cone. HEX triplet: 79, 60 and 4D. RGB value is (121,96,77). Sum of RGB (Red+Green+Blue) = 121+96+77=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #79604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79604D is #869FB2. Grayscale: #656565. Windows color (decimal): -8822707 or 5070969. OLE color: 5070969.

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

Color convert

RGB1219677-
CMYK00.210.360.53
HSL25.91º22.22%38.82%-
HSV(B)25.91º36.36%47.45%-
XYZ13.4112.978.82-
YUV101.31114.28142.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=41.16%
G=32.65%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121967700.210.360.5325.9122.2238.82
Hex79604D01524351a1627
Octal1711401150254465322647
Binary1111001110000010011010101011001001101011101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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