#796A55

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

Shades of Pine Cone #796A55

Tints of Pine Cone #796A55

Color information

#796A55 (or 0x796A55) is unknown color: approx Pine Cone. HEX triplet: 79, 6A and 55. RGB value is (121,106,85). Sum of RGB (Red+Green+Blue) = 121+106+85=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #796A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A55 is #8695AA. Grayscale: #6C6C6C. Windows color (decimal): -8820139 or 5597817. OLE color: 5597817.

HSL color Cylindrical-coordinate representation of color #796A55: hue angle of 35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796A55 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB12110685-
CMYK00.120.300.53
HSL35º17.48%40.39%-
HSV(B)35º29.75%47.45%-
XYZ14.6815.0310.72-
YUV108.09114.97137.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=38.78%
G=33.97%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211068500.120.300.533517.4840.39
Hex796A550C1E35231128
Octal1711521250143665432150
Binary111100111010101010101011001111011010110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A55; }

 p { color: rgb(121,106,85); }

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

<style>
 a { background-color: #796A55; }

 a { background-color: rgb(121,106,85); }

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

<style>
 span { border-color: #796A55; }

 span { border-color: rgb(121,106,85); }

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