#79604C

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

Shades of Pine Cone #79604C

Tints of Pine Cone #79604C

Color information

#79604C (or 0x79604C) is unknown color: approx Pine Cone. HEX triplet: 79, 60 and 4C. RGB value is (121,96,76). Sum of RGB (Red+Green+Blue) = 121+96+76=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #79604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79604C is #869FB3. Grayscale: #656565. Windows color (decimal): -8822708 or 5005433. OLE color: 5005433.

HSL color Cylindrical-coordinate representation of color #79604C: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79604C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1219676-
CMYK00.210.370.53
HSL26.67º22.84%38.63%-
HSV(B)26.67º37.19%47.45%-
XYZ13.3712.958.63-
YUV101.2113.78142.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=41.30%
G=32.76%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121967600.210.370.5326.6722.8438.63
Hex79604C01525351b1727
Octal1711401140254565332747
Binary1111001110000010011000101011001011101011101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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