#79604B

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

Shades of Pine Cone #79604B

Tints of Pine Cone #79604B

Color information

#79604B (or 0x79604B) is unknown color: approx Pine Cone. HEX triplet: 79, 60 and 4B. RGB value is (121,96,75). Sum of RGB (Red+Green+Blue) = 121+96+75=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #79604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79604B is #869FB4. Grayscale: #656565. Windows color (decimal): -8822709 or 4939897. OLE color: 4939897.

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

Color convert

RGB1219675-
CMYK00.210.380.53
HSL27.39º23.47%38.43%-
HSV(B)27.39º38.02%47.45%-
XYZ13.3412.948.45-
YUV101.08113.28142.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=41.44%
G=32.88%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121967500.210.380.5327.3923.4738.43
Hex79604B01526351b1726
Octal1711401130254665332746
Binary1111001110000010010110101011001101101011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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