#766756

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

Shades of Pine Cone #766756

Tints of Pine Cone #766756

Color information

#766756 (or 0x766756) is unknown color: approx Pine Cone. HEX triplet: 76, 67 and 56. RGB value is (118,103,86). Sum of RGB (Red+Green+Blue) = 118+103+86=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766756 is #8998A9. Grayscale: #696969. Windows color (decimal): -9017514 or 5662582. OLE color: 5662582.

HSL color Cylindrical-coordinate representation of color #766756: hue angle of 31.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766756 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11810386-
CMYK00.130.270.54
HSL31.88º15.69%40%-
HSV(B)31.88º27.12%46.27%-
XYZ1414.2210.81-
YUV105.55116.97136.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=38.44%
G=33.55%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038600.130.270.5431.8815.6940
Hex7667560D1B36201028
Octal1661471260153366402050
Binary111011011001111010110011011101111011010000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766756; }

 p { color: rgb(118,103,86); }

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

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

 a { background-color: rgb(118,103,86); }

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

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

 span { border-color: rgb(118,103,86); }

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