#766559

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

Shades of Pine Cone #766559

Tints of Pine Cone #766559

Color information

#766559 (or 0x766559) is unknown color: approx Pine Cone. HEX triplet: 76, 65 and 59. RGB value is (118,101,89). Sum of RGB (Red+Green+Blue) = 118+101+89=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766559 is #899AA6. Grayscale: #686868. Windows color (decimal): -9018023 or 5858678. OLE color: 5858678.

HSL color Cylindrical-coordinate representation of color #766559: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766559 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11810189-
CMYK00.140.250.54
HSL24.83º14.01%40.59%-
HSV(B)24.83º24.58%46.27%-
XYZ13.9313.8811.4-
YUV104.71119.13137.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=38.31%
G=32.79%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181018900.140.250.5424.8314.0140.59
Hex7665590E193619e29
Octal1661451310163166311651
Binary1110110110010110110010111011001110110110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766559; }

 p { color: rgb(118,101,89); }

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

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

 a { background-color: rgb(118,101,89); }

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

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

 span { border-color: rgb(118,101,89); }

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