#766555

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

Shades of Pine Cone #766555

Tints of Pine Cone #766555

Color information

#766555 (or 0x766555) is unknown color: approx Pine Cone. HEX triplet: 76, 65 and 55. RGB value is (118,101,85). Sum of RGB (Red+Green+Blue) = 118+101+85=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766555 is #899AAA. Grayscale: #686868. Windows color (decimal): -9018027 or 5596534. OLE color: 5596534.

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

Color convert

RGB11810185-
CMYK00.140.280.54
HSL29.09º16.26%39.8%-
HSV(B)29.09º27.97%46.27%-
XYZ13.7613.8110.54-
YUV104.26117.13137.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=38.82%
G=33.22%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181018500.140.280.5429.0916.2639.8
Hex7665550E1C361d1028
Octal1661451250163466352050
Binary11101101100101101010101110111001101101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766555; }

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

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

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

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

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

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

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

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