#766550

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

Shades of Pine Cone #766550

Tints of Pine Cone #766550

Color information

#766550 (or 0x766550) is unknown color: approx Pine Cone. HEX triplet: 76, 65 and 50. RGB value is (118,101,80). Sum of RGB (Red+Green+Blue) = 118+101+80=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766550 is #899AAF. Grayscale: #676767. Windows color (decimal): -9018032 or 5268854. OLE color: 5268854.

HSL color Cylindrical-coordinate representation of color #766550: hue angle of 33.16º 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 #766550 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11810180-
CMYK00.140.320.54
HSL33.16º19.19%38.82%-
HSV(B)33.16º32.2%46.27%-
XYZ13.5713.749.53-
YUV103.69114.63138.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=39.46%
G=33.78%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181018000.140.320.5433.1619.1938.82
Hex7665500E2036211327
Octal1661451200164066412347
Binary1110110110010110100000111010000011011010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766550; }

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

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

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

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

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

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

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

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