#746558

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

Shades of Pine Cone #746558

Tints of Pine Cone #746558

Color information

#746558 (or 0x746558) is unknown color: approx Pine Cone. HEX triplet: 74, 65 and 58. RGB value is (116,101,88). Sum of RGB (Red+Green+Blue) = 116+101+88=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746558 is #8B9AA7. Grayscale: #686868. Windows color (decimal): -9149096 or 5793140. OLE color: 5793140.

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

Color convert

RGB11610188-
CMYK00.130.240.55
HSL27.86º13.73%40%-
HSV(B)27.86º24.14%45.49%-
XYZ13.6213.7211.16-
YUV104118.97136.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=38.03%
G=33.11%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161018800.130.240.5527.8613.7340
Hex7465580D18371ce28
Octal1641451300153067341650
Binary1110100110010110110000110111000110111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746558; }

 p { color: rgb(116,101,88); }

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

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

 a { background-color: rgb(116,101,88); }

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

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

 span { border-color: rgb(116,101,88); }

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