#766655

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

Shades of Pine Cone #766655

Tints of Pine Cone #766655

Color information

#766655 (or 0x766655) is unknown color: approx Pine Cone. HEX triplet: 76, 66 and 55. RGB value is (118,102,85). Sum of RGB (Red+Green+Blue) = 118+102+85=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766655 is #8999AA. Grayscale: #686868. Windows color (decimal): -9017771 or 5596790. OLE color: 5596790.

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

Color convert

RGB11810285-
CMYK00.140.280.54
HSL30.91º16.26%39.8%-
HSV(B)30.91º27.97%46.27%-
XYZ13.8614.0110.57-
YUV104.85116.8137.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=38.69%
G=33.44%
B=27.87%

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
Decimal1181028500.140.280.5430.9116.2639.8
Hex7666550E1C361f1028
Octal1661461250163466372050
Binary11101101100110101010101110111001101101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766655; }

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

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

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

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

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

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

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

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