#736655

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

Shades of Pine Cone #736655

Tints of Pine Cone #736655

Color information

#736655 (or 0x736655) is unknown color: approx Pine Cone. HEX triplet: 73, 66 and 55. RGB value is (115,102,85). Sum of RGB (Red+Green+Blue) = 115+102+85=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #736655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736655 is #8C99AA. Grayscale: #686868. Windows color (decimal): -9214379 or 5596787. OLE color: 5596787.

HSL color Cylindrical-coordinate representation of color #736655: hue angle of 34º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736655 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11510285-
CMYK00.110.260.55
HSL34º15%39.22%-
HSV(B)34º26.09%45.1%-
XYZ13.4613.810.55-
YUV103.95117.31135.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=38.08%
G=33.77%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151028500.110.260.55341539.22
Hex7366550B1A3722f27
Octal1631461250133267421747
Binary11100111100110101010101011110101101111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736655; }

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

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

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

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

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

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

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

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