#786655

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

Shades of Pine Cone #786655

Tints of Pine Cone #786655

Color information

#786655 (or 0x786655) is unknown color: approx Pine Cone. HEX triplet: 78, 66 and 55. RGB value is (120,102,85). Sum of RGB (Red+Green+Blue) = 120+102+85=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786655 is #8799AA. Grayscale: #696969. Windows color (decimal): -8886699 or 5596792. OLE color: 5596792.

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

Color convert

RGB12010285-
CMYK00.150.290.53
HSL29.14º17.07%40.2%-
HSV(B)29.14º29.17%47.06%-
XYZ14.1414.1510.58-
YUV105.44116.46138.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=39.09%
G=33.22%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201028500.150.290.5329.1417.0740.2
Hex7866550F1D351d1128
Octal1701461250173565352150
Binary11110001100110101010101111111011101011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786655; }

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

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

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

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

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

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

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

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