#786956

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

Shades of Pine Cone #786956

Tints of Pine Cone #786956

Color information

#786956 (or 0x786956) is unknown color: approx Pine Cone. HEX triplet: 78, 69 and 56. RGB value is (120,105,86). Sum of RGB (Red+Green+Blue) = 120+105+86=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #786956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786956 is #8796A9. Grayscale: #6B6B6B. Windows color (decimal): -8885930 or 5663096. OLE color: 5663096.

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

Color convert

RGB12010586-
CMYK00.130.280.53
HSL33.53º16.5%40.39%-
HSV(B)33.53º28.33%47.06%-
XYZ14.4814.7710.89-
YUV107.32115.97137.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=38.59%
G=33.76%
B=27.65%

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
Decimal1201058600.130.280.5333.5316.540.39
Hex7869560D1C35221128
Octal1701511260153465422150
Binary111100011010011010110011011110011010110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786956; }

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

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

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

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

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

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

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

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