#766150

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

Shades of Pine Cone #766150

Tints of Pine Cone #766150

Color information

#766150 (or 0x766150) is unknown color: approx Pine Cone. HEX triplet: 76, 61 and 50. RGB value is (118,97,80). Sum of RGB (Red+Green+Blue) = 118+97+80=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766150 is #899EAF. Grayscale: #656565. Windows color (decimal): -9019056 or 5267830. OLE color: 5267830.

HSL color Cylindrical-coordinate representation of color #766150: hue angle of 26.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766150 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1189780-
CMYK00.180.320.54
HSL26.84º19.19%38.82%-
HSV(B)26.84º32.2%46.27%-
XYZ13.1912.989.4-
YUV101.34115.96139.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=40%
G=32.88%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118978000.180.320.5426.8419.1938.82
Hex76615001220361b1327
Octal1661411200224066332347
Binary1110110110000110100000100101000001101101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766150; }

 p { color: rgb(118,97,80); }

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

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

 a { background-color: rgb(118,97,80); }

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

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

 span { border-color: rgb(118,97,80); }

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