#746659

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

Shades of Pine Cone #746659

Tints of Pine Cone #746659

Color information

#746659 (or 0x746659) is unknown color: approx Pine Cone. HEX triplet: 74, 66 and 59. RGB value is (116,102,89). Sum of RGB (Red+Green+Blue) = 116+102+89=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #746659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746659 is #8B99A6. Grayscale: #686868. Windows color (decimal): -9148839 or 5858932. OLE color: 5858932.

HSL color Cylindrical-coordinate representation of color #746659: hue angle of 28.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746659 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11610289-
CMYK00.120.230.55
HSL28.89º13.17%40.2%-
HSV(B)28.89º23.28%45.49%-
XYZ13.7613.9411.42-
YUV104.7119.14136.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 89 (35.16% from 255) = 28.99%
R=37.79%
G=33.22%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161028900.120.230.5528.8913.1740.2
Hex7466590C17371dd28
Octal1641461310142767351550
Binary1110100110011010110010110010111110111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746659; }

 p { color: rgb(116,102,89); }

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

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

 a { background-color: rgb(116,102,89); }

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

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

 span { border-color: rgb(116,102,89); }

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