#796655

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

Shades of Pine Cone #796655

Tints of Pine Cone #796655

Color information

#796655 (or 0x796655) is unknown color: approx Pine Cone. HEX triplet: 79, 66 and 55. RGB value is (121,102,85). Sum of RGB (Red+Green+Blue) = 121+102+85=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #796655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796655 is #8699AA. Grayscale: #696969. Windows color (decimal): -8821163 or 5596793. OLE color: 5596793.

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

Color convert

RGB12110285-
CMYK00.160.300.53
HSL28.33º17.48%40.39%-
HSV(B)28.33º29.75%47.45%-
XYZ14.2814.2210.59-
YUV105.74116.29138.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=39.29%
G=33.12%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211028500.160.300.5328.3317.4840.39
Hex7966550101E351c1128
Octal1711461250203665342150
Binary111100111001101010101010000111101101011110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796655; }

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

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

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

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

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

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

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

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