#736860

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

Shades of Pine Cone #736860

Tints of Pine Cone #736860

Color information

#736860 (or 0x736860) is unknown color: approx Pine Cone. HEX triplet: 73, 68 and 60. RGB value is (115,104,96). Sum of RGB (Red+Green+Blue) = 115+104+96=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736860 is #8C979F. Grayscale: #6A6A6A. Windows color (decimal): -9213856 or 6318195. OLE color: 6318195.

HSL color Cylindrical-coordinate representation of color #736860: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736860 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11510496-
CMYK00.100.170.55
HSL25.26º9%41.37%-
HSV(B)25.26º16.52%45.1%-
XYZ14.1314.3913.1-
YUV106.38122.14134.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=36.51%
G=33.02%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151049600.100.170.5525.26941.37
Hex7368600A113719929
Octal1631501400122167311151
Binary1110011110100011000000101010001110111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736860; }

 p { color: rgb(115,104,96); }

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

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

 a { background-color: rgb(115,104,96); }

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

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

 span { border-color: rgb(115,104,96); }

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