#786856

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

Shades of Pine Cone #786856

Tints of Pine Cone #786856

Color information

#786856 (or 0x786856) is unknown color: approx Pine Cone. HEX triplet: 78, 68 and 56. RGB value is (120,104,86). Sum of RGB (Red+Green+Blue) = 120+104+86=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #786856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786856 is #8797A9. Grayscale: #6A6A6A. Windows color (decimal): -8886186 or 5662840. OLE color: 5662840.

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

Color convert

RGB12010486-
CMYK00.130.280.53
HSL31.76º16.5%40.39%-
HSV(B)31.76º28.33%47.06%-
XYZ14.3814.5710.86-
YUV106.73116.3137.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=38.71%
G=33.55%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201048600.130.280.5331.7616.540.39
Hex7868560D1C35201128
Octal1701501260153465402150
Binary111100011010001010110011011110011010110000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786856; }

 p { color: rgb(120,104,86); }

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

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

 a { background-color: rgb(120,104,86); }

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

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

 span { border-color: rgb(120,104,86); }

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