#746556

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

Shades of Pine Cone #746556

Tints of Pine Cone #746556

Color information

#746556 (or 0x746556) is unknown color: approx Pine Cone. HEX triplet: 74, 65 and 56. RGB value is (116,101,86). Sum of RGB (Red+Green+Blue) = 116+101+86=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746556 is #8B9AA9. Grayscale: #676767. Windows color (decimal): -9149098 or 5662068. OLE color: 5662068.

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

Color convert

RGB11610186-
CMYK00.130.260.55
HSL30º14.85%39.61%-
HSV(B)30º25.86%45.49%-
XYZ13.5413.6910.73-
YUV103.78117.97136.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=38.28%
G=33.33%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161018600.130.260.553014.8539.61
Hex7465560D1A371ef28
Octal1641451260153267361750
Binary1110100110010110101100110111010110111111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746556; }

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

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

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

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

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

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

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

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