#796755

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

Shades of Pine Cone #796755

Tints of Pine Cone #796755

Color information

#796755 (or 0x796755) is unknown color: approx Pine Cone. HEX triplet: 79, 67 and 55. RGB value is (121,103,85). Sum of RGB (Red+Green+Blue) = 121+103+85=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #796755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796755 is #8698AA. Grayscale: #6A6A6A. Windows color (decimal): -8820907 or 5597049. OLE color: 5597049.

HSL color Cylindrical-coordinate representation of color #796755: hue angle of 30º 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 #796755 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB12110385-
CMYK00.150.300.53
HSL30º17.48%40.39%-
HSV(B)30º29.75%47.45%-
XYZ14.3814.4210.62-
YUV106.33115.96138.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=39.16%
G=33.33%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211038500.150.300.533017.4840.39
Hex7967550F1E351e1128
Octal1711471250173665362150
Binary11110011100111101010101111111101101011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796755; }

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

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

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

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

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

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

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

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