#756655

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

Shades of Pine Cone #756655

Tints of Pine Cone #756655

Color information

#756655 (or 0x756655) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 55. RGB value is (117,102,85). Sum of RGB (Red+Green+Blue) = 117+102+85=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756655 is #8A99AA. Grayscale: #686868. Windows color (decimal): -9083307 or 5596789. OLE color: 5596789.

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

Color convert

RGB11710285-
CMYK00.130.270.54
HSL31.88º15.84%39.61%-
HSV(B)31.88º27.35%45.88%-
XYZ13.7313.9410.56-
YUV104.55116.97136.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=38.49%
G=33.55%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171028500.130.270.5431.8815.8439.61
Hex7566550D1B36201028
Octal1651461250153366402050
Binary111010111001101010101011011101111011010000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756655; }

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

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

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

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

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

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

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

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